An open API service indexing awesome lists of open source software.

https://github.com/zedseven/rust-template-general

A template for use by `cargo-generate` with my personal defaults and preferences.
https://github.com/zedseven/rust-template-general

cargo-generate clippy rustfmt template-project

Last synced: 8 months ago
JSON representation

A template for use by `cargo-generate` with my personal defaults and preferences.

Awesome Lists containing this project

README

          

# {{project-name}}
[![License: MIT/Apache-2.0](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](LICENSE-MIT)
[![# Issues](https://img.shields.io/github/issues/{{username}}/{{project-name}}.svg?logo=github)](https://github.com/{{username}}/{{project-name}}/issues)
{% if crate_type == "lib" %}[![Crates.io](https://img.shields.io/crates/v/{{project-name}}.svg?logo=rust)](https://crates.io/crates/{{project-name}})
[![Crate Downloads](https://img.shields.io/crates/d/{{project-name}}.svg?logo=azure-artifacts)](https://crates.io/crates/{{project-name}})
{% endif %}
{{description}}

## Project License
This project is licensed under either of

- Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
- MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)

at your option.

### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in *{{project-name}}* by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.