https://github.com/fuwn/rust-crate-template
🍽 A Rust crate template
https://github.com/fuwn/rust-crate-template
cargo rust template
Last synced: 12 months ago
JSON representation
🍽 A Rust crate template
- Host: GitHub
- URL: https://github.com/fuwn/rust-crate-template
- Owner: Fuwn
- License: gpl-3.0
- Created: 2022-04-29T01:28:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T01:34:12.000Z (almost 4 years ago)
- Last Synced: 2025-04-09T04:39:38.999Z (12 months ago)
- Topics: cargo, rust, template
- Language: Rust
- Homepage: https://crates.io/crates/rust-crate-template
- Size: 16.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Crate Template
[](https://crates.io/crates/rust-crate-template)
[](https://docs.rs/rust-crate-template)
[](https://github.com/Fuwn/rust-crate-template/actions/workflows/check.yaml)
Rust Crate Template is a Rust crate template.
## Usage
> Using this as a template? Try
> `cargo generate --git https://github.com/Fuwn/rust-crate-template` with
> [`cargo-generate`](https://github.com/cargo-generate/cargo-generate)!
### Add Rust Crate Template as a dependency
```toml
# Cargo.toml
[dependencies]
rust-crate-template = "0.1.1"
```
## Examples
Examples can be found within the
[`examples/`](https://github.com/Fuwn/rust-crate-template/tree/main/examples) directory.
## License
This project is licensed with the
[GNU General Public License v3.0](https://github.com/Fuwn/rust-crate-template/blob/main/LICENSE).