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.
- Host: GitHub
- URL: https://github.com/zedseven/rust-template-general
- Owner: zedseven
- License: apache-2.0
- Created: 2021-09-17T05:08:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-07T01:22:30.000Z (over 3 years ago)
- Last Synced: 2025-01-17T05:09:15.146Z (over 1 year ago)
- Topics: cargo-generate, clippy, rustfmt, template-project
- Language: Rust
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# {{project-name}}
[](LICENSE-MIT)
[](https://github.com/{{username}}/{{project-name}}/issues)
{% if crate_type == "lib" %}[](https://crates.io/crates/{{project-name}})
[](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.