Crate grep_clone

Source
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