https://github.com/lucaspickering/rust-template
My personal template for Rust projects, to be used with cargo-generate
https://github.com/lucaspickering/rust-template
cargo-generate
Last synced: 8 months ago
JSON representation
My personal template for Rust projects, to be used with cargo-generate
- Host: GitHub
- URL: https://github.com/lucaspickering/rust-template
- Owner: LucasPickering
- Created: 2024-08-20T17:56:00.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-07-05T11:24:06.000Z (11 months ago)
- Last Synced: 2025-10-04T02:56:45.865Z (8 months ago)
- Topics: cargo-generate
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Cargo-generate](https://crates.io/crates/cargo-generate) templates for my personal projects.
To generate a new repo:
```sh
cargo generate LucasPickering/rust-template repo --lib # or --bin
```
To generate a subcrate in a repo:
```sh
cargo generate LucasPickering/rust-template crate --lib --destination crates/
```