Expand description
§Info
A crate made to learn i/o coding in rust it mimics the grip in linux works and hopefully acts much faster that it. It is a crate that takes three arguments:
query: the word to search for
file path: the path to file to search for
incasesensitive: whetever to check for case matching
Structs§
Functions§
- run
- search
- Searches for word in file with the same case
- search_
case_ insensitive - Searches for word in file ignoring the case