An open API service indexing awesome lists of open source software.

https://github.com/nanmu42/minigrep

A naive `grep` implementation.
https://github.com/nanmu42/minigrep

grep rust tutorial

Last synced: about 1 year ago
JSON representation

A naive `grep` implementation.

Awesome Lists containing this project

README

          

# minigrep

A naive `grep` implementation.

# Reference

[The Rust Programming Language](https://doc.rust-lang.org/book/ch12-00-an-io-project.html)