rigrep 1.0.1

Rust implementation of grep from Rust Book
Documentation
  • Coverage
  • 11.11%
    1 out of 9 items documented0 out of 5 items with examples
  • Size
  • Source code size: 8.59 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.29 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ch3ck

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