/minigrep-rs

Minigrep Command Line Application from the Rust Book

Primary LanguageRustMIT LicenseMIT

Minigrep

Minigrep Command Line Program made using the Rust Programming Language book as an exercise
Passing query and then a filepath to search will find and print all lines containing the search query
Setting the IGNORE_CASE environment variable to 1 will search case insensitive.