Code : github
A minimal grep clone I built in Rust while working through The Rust Book. Searches a given file for a query string and prints the matching lines.
Features
- Case-sensitive and case-insensitive search
- Behavior configurable via environment variables
- A learning exercise — not a replacement for
ripgrep
Tech Stack used
- Rust + Cargo