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

  • Struct that defines required/supported arguments

Functions