Expand description
§Minigrep
‘minigrep’ searches for a string pattern in a given file, returning all lines which contain the given string pattern
Structs§
- Config
- Stores configuration variables
Functions§
- run
- Runs the actual program, printing the lines
- search
- case-sensitive search of the contents for the query
- search_
case_ insensitive - case-insensitive search of the contents for the query