Expand description
§Minigrep
A library which helps you find a specific string in given file.
Structs§
- Config
- Config Mod
Functions§
- run
- Run function of this library with config parameter.
- search
- Search function with query and contents of file.
- search_
case_ insensitive - Search with query and contents of file with case insensitive.