| Crates.io | rigrep |
| lib.rs | rigrep |
| version | 1.0.1 |
| created_at | 2020-05-31 23:46:22.506296+00 |
| updated_at | 2021-03-27 06:33:02.153419+00 |
| description | Rust implementation of grep from Rust Book |
| homepage | https://github.com/ch3ck/ripgrep |
| repository | https://github.com/yasufe/rigrep |
| max_upload_size | |
| id | 248529 |
| size | 9,117 |
simplistic implementation of grep in RUST
$ git clone https://github.com/ch3ck/rigrep.git
$ cd rigrep
$ cargo run `query` `filename`
$ CASE_INSENSITIVE=1 cargo run `query` `filename` # case insensitive search