Crate adhom_minigrep

Crate adhom_minigrep 

Source
Expand description

§minigrep

minigrep is a toy project to practice the fundamentals of the Rust programming laguage.

Structs§

Config

Functions§

run
search
Searches for a query in a string.
search_case_insensitive
Searches for a query in a string (case insensitive).