Crate minigrep_fun_test

Source

Modules§

utility

Structs§

Config
Config parameters to be used to run the program

Functions§

run
search
Search a word in a given text. Return all the lines containing that word.
search_case_insensitive
Search a word in a given text in insensitive case manner. Return all the lines containing that word.