grrscj 0.1.0

A tool to search files
Documentation

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