blob: aa181fab1e61715b1d7de7d4ed40f99006f2dab6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# 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
### Add Rust Crate Template as a dependency
```toml
# Cargo.toml
[dependencies]
rust-crate-template = "0.1.0"
```
## 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).
|