[][src]Crate paolo_minigrep

My own minigrep

minigrep is a crate part of the official learn-rust book. This is the result of following the tutorial.

Structs

Config

Functions

run
search

Filters lines that match the pattern.

search_case_insensitive