Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rustplate

Rust project boilerplate with tracing, anyhow, and version bumping.

Quick Start

gh repo create my-project --template CooperBigFoot/rustplate --clone --private
cd my-project
bash init.sh my-project

Development

cargo build                   # build
cargo run                     # run
cargo test                    # test
cargo clippy                  # lint
cargo fmt                     # format

Adding Dependencies

cargo add <crate>             # runtime dependency
cargo add --dev <crate>       # dev dependency

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages