cargo-generate 0.2.0

cargo, make me a project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Available Templates

- [PyO3]: Write a Python Library in Rust, [DD5HT]
- [wasm-pack]: Write a wasm Library in Rust, [ashleygwilliams]
- [CLI]: Write a CLI (Command Line Interface) Application in Rust, [Rust-Clique]
- [rocket-base]: Write a simple web application using Rocket, [k0pernicus]

[PyO3]: https://github.com/DD5HT/pyo3-template
[DD5HT]: https://github.com/DD5HT
[wasm-pack]: https://github.com/rustwasm/wasm-pack-template
[ashleygwilliams]: https://github.com/ashleygwilliams
[CLI]: https://github.com/rust-clique/cli-template
[Rust-Clique]: https://github.com/rust-clique
[rocket-base]: https://github.com/k0pernicus/cargo-template-rocket-base
[k0pernicus]: https://github.com/k0pernicus