roshennair-grrs 0.1.0

A tool to search files for lines containing specific keywords
# GRRS - A grep clone made using Rust


This is a small demo project I made in Rust to learn the ins and outs of Rust CLI applications. Essentially, it is a tool to search files for lines containing specific keywords. I made this demo project by following along with the excellent documentation provided at https://rust-cli.github.io/book/tutorial.