/minigrep

Minigrep command line util from the Rust book

Primary LanguageRust

Rust

minigrep

Started with the rust book minigrep example. Changes from the book example:

  1. If CASE_INSENSITIVE is not set, the "-i" arg will set "ignore case"