Expand description
§minigrep
minigrep tool from the Rust book chapter 12.
Searches for a string in a file.
Structs§
Functions§
- run
- search
- Search for a query in contents (case sensitive).
- search_
case_ insensitive - Search for a query in contents (case insensitive).