rigrep 1.0.1

Rust implementation of grep from Rust Book
Documentation

rigrep

Build

simplistic implementation of grep in RUST

Build

$ git clone https://github.com/ch3ck/rigrep.git
$ cd rigrep
$ cargo run `query` `filename`
$ CASE_INSENSITIVE=1 cargo run `query` `filename` # case insensitive search