2 releases
Uses new Rust 2024
new 0.1.1 | Apr 3, 2025 |
---|---|
0.1.0 | Apr 3, 2025 |
#3 in #minigrep
5KB
95 lines
minigrep
minigrep
is a toy CLI application developed in chapter 12 of the Rust Lang book.
It searches for a given query string in a file, and prints out any lines containing the query string. Supports both case-sensitive and case-insensitive searches.
Fun stuff.