Crate costott_minigrep

Crate costott_minigrep 

Source
Expand description

§Minigrep

‘minigrep’ searches for a string pattern in a given file, returning all lines which contain the given string pattern

Structs§

Config
Stores configuration variables

Functions§

run
Runs the actual program, printing the lines
search
case-sensitive search of the contents for the query
search_case_insensitive
case-insensitive search of the contents for the query