Crate mcgrep

Source
Expand description

§mcgrep

mcgrep is a clone of the popular grep program found in unix-like environments.

Structs§

Config

Functions§

run
search
Searches a file for matches.
search_case_insensitive
Searches a file for matches, but case insensitive.