Crate minigrep_xyp[][src]

minigrep

minigrep is a command line tool which implements simple features of grep.

Modules

structs

Functions

run

run on the provided config. #example

search
search_case_insensitive

search a query in the contents, and return the matched lines. This function is case insensitive.