boilerplate-rs
•
A dead simple boilerplate for Rust projects.
Project Structure
├── assets
│ └── logo.png
├── bin
│ ├── Cargo.toml
│ └── src
│ └── boilerplate.rs
├── Cargo.lock
├── Cargo.toml
├── crates
│ └── example
│ ├── Cargo.toml
│ └── src
│ └── lib.rs
├── LICENSE.md
└── README.md
Pre-installed crates
Getting Started
- Clone the repo
git clone [email protected]:clabby/boilerplate-rs.git
- Run the binary
cargo r --bin boilerplate-rs