minigrep_learn 0.1.0

This is a command line tool similar to grep written in rust. It was created to learn the Rust language and it's toolchain.
Documentation
  • Coverage
  • 0%
    0 out of 9 items documented0 out of 5 items with examples
  • Size
  • Source code size: 4.33 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.28 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • gauravagerwala/minigrep
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • gauravagerwala

Grep command line tool in Rust

This is a command line tool similar to grep written in rust. It was created to learn the Rust language and it's toolchain.

The first parameter to the tool should be the query string and the second parameter the file of the path to search in.

An environment variable called IGNORE_CASE can be set if the user wants to ignore case while making the search