eaverdeja-minigrep

Crates.ioeaverdeja-minigrep
lib.rseaverdeja-minigrep
version0.1.1
created_at2025-04-03 10:46:41.287498+00
updated_at2025-04-03 10:49:54.625696+00
descriptionminigrep from chapter 12 of the Rust lang book
homepage
repository
max_upload_size
id1617987
size7,402
Eduardo Alberto Verdeja (eaverdeja)

documentation

README

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.

Commit count: 0

cargo fmt