Expand description
§minigrep_lib
minigrep is a grep clone that takes a query and a text based file
and searches for the query in the file; with added support for regex.
Structs§
- Config
- A data type that holds command line arguments,
Functions§
- run
- Searches the given file and prints the lines that match the query.