Expand description
§minigrep
minigrep approximates the basic functionality of grep(1)
Structs§
Functions§
- run
- Runs the application’s main logic.
- search
- Search for the given
queryincontents(case-sensitive) and return a vector containing each line with at least one match. - search_
case_ insensitive - Search for the given
queryincontents(case-insensitive) and return a vector containing each line with at least one match.