#mini-grep #book

bin+lib eaverdeja-minigrep

minigrep from chapter 12 of the Rust lang book

2 releases

Uses new Rust 2024

new 0.1.1 Apr 3, 2025
0.1.0 Apr 3, 2025

#3 in #minigrep

MIT license

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.

No runtime deps