RustyGrep
is an incomplete implementation of a grep command-line utility built with rust.
The intent of this project is to provide a larger example of writing a rust application.
Disclaimer Please do not use RustyGrep in production. This project is
intended to be a learning resource, and omits various parts of the grep. Purely intedend for academic/educational purposes.
Credit: Rust Book