Expand description
§Grep Clone
A mini version of grep that supports searching a file with a substring.
It’s only implemented here for learning purposes.
Project originally specified at: https://doc.rust-lang.org/book/ch12-00-an-io-project.html
Structs§
- Args
- Struct that defines required/supported arguments
Functions§
- case_
insensitive_ search - Case insensitive search
- run
- Run
- search
- Search