daveparr_minigrep 0.1.0

A simple command line tool to search for a string in a file based on 'The Rust Programming Language' book
Documentation
  • Coverage
  • 66.67%
    6 out of 9 items documented2 out of 5 items with examples
  • Size
  • Source code size: 5.77 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 348.86 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • DaveParr/minigrep
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DaveParr

daveparr_minigrep

A simple implementation of the grep command-line tool in Rust, as described in the book The Rust Programming Language.