grrscj 0.1.0

A tool to search files
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Command Line Applications in Rust

## Code History

The code in this repository is based on the
[Command Line Applications in Rust](https://rust-cli.github.io/book/index.html)
online book.

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