1 unstable release
| 0.1.0 | Jun 6, 2021 |
|---|
#97 in #mini-grep
9KB
95 lines
minigrep
A small CLI implementation of the grep command, written in Rust.
This repository follows the tutorial laid out in Chapter 12 of The Book.
lib.rs:
minigrep
minigrep is a small CLI implementation of the grep command, written in Rust.
This crate follows the tutorial laid out in Chapter 12 of The Book