grep-rust 0.1.0

Like grep, but use rust.
Documentation
  • Coverage
  • 0%
    0 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 15.02 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.22 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • NERVEbing/grep-rust
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • NERVEbing

grep-rust

Like grep, but use rust.

Usage

grep-rust {query} {filename}

Example

grep-rust apache ./LICENSE
# shell output
http://www.apache.org/licenses/
http://www.apache.org/licenses/LICENSE-2.0