#mini-grep #book #eaverdeja-minigrep

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

#1009 in Text processing

Download history 218/week @ 2025-03-31

218 downloads per month

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