rust-mini-grep Rust mini grep project from the book "The Rust Programming Language" Run To run the project, use the following command (macOS): Case sensitive search IS_CASE_SENSITIVE=1 cargo run -- to data.txt > output.txt Case insensitive search cargo run -- to data.txt > output.txt