rigrep

Crates.iorigrep
lib.rsrigrep
version1.0.1
sourcesrc
created_at2020-05-31 23:46:22.506296
updated_at2021-03-27 06:33:02.153419
descriptionRust implementation of grep from Rust Book
homepagehttps://github.com/ch3ck/ripgrep
repositoryhttps://github.com/yasufe/rigrep
max_upload_size
id248529
size9,117
尼亚 (ch3ck)

documentation

https://docs.rs/rigrep/

README

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
Commit count: 0

cargo fmt