1 unstable release

0.1.0 Aug 14, 2022

#184 in #demo

MIT/Apache

7KB

Command Line Applications in Rust

Code History

The code in this repository is based on the Command Line Applications in Rust online book.

cargo new grrs
cd grrs/
cargo run
cargo add clap --features derive
touch README.md

Dependencies

~3MB
~61K SLoC