grepmini 0.1.1

This is a simple grep-like command line tool written in Rust to search for text patterns in files. Built following the Rust book's example.
Documentation
  • Coverage
  • 50%
    4 out of 8 items documented2 out of 4 items with examples
  • Size
  • Source code size: 6.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.32 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Oleh325

A simple command-line tool to search for a string in a file. It takes a search string, a file path, and an optional flag to ignore case.

Example

minigrep test some_text.txt -i