Crate minigrep_cascades

Crate minigrep_cascades 

Source
Expand description

§Minigrep

A toy command line tool

Structs§

Config

Functions§

run
search
Search given pattern in lines without case, return all the matched lines
search_case_sensitive
Search given pattern in lines with case, return all the matched lines