Expand description
§minigrep
minigrep is a toy project to practice the fundamentals of the Rust programming laguage.
Structs§
Functions§
- run
- search
- Searches for a query in a string.
- search_
case_ insensitive - Searches for a query in a string (case insensitive).