/minigrep

Simple implementation of grep in rust

Primary LanguageRust

Minigrep

A simple implementation of grep, taken from the Rust official book but upgrade to use Clap

How to run

cargo build
./target/debug/minigrep ---help
./target/debug/minigrep grep README.md