Minigrep Quick Implementation of Minigrep Inside the Rust Language Book Run with Case sensitive cargo run -- us poem.txt > output.txt Run with case-insensitive IGNORE_CASE=1 cargo run -- us poem.txt > output.txt