#grep #search #unix-command #cli-tool #case-insensitive #rust

bin+lib rigrep

Rust implementation of grep from Rust Book

1 stable release

1.0.1 Mar 27, 2021
1.0.0 May 31, 2020

#1407 in Text processing

39 downloads per month

BSD-3-Clause

6KB
97 lines

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

lib.rs:

rigrep function signatures

No runtime deps