Crate farron_minigrep

Crate farron_minigrep 

Source
Expand description

§Minigrep

A library which helps you find a specific string in given file.

Structs§

Config
Config Mod

Functions§

run
Run function of this library with config parameter.
search
Search function with query and contents of file.
search_case_insensitive
Search with query and contents of file with case insensitive.