shea_grrs

Crates.ioshea_grrs
lib.rsshea_grrs
version0.1.0
sourcesrc
created_at2022-01-28 18:01:44.449907
updated_at2022-01-28 18:01:44.449907
descriptionA tool to search files
homepagehttps://github.com/bshea5/grrs
repositoryhttps://github.com/bshea5/grrs
max_upload_size
id523183
size20,682
Brandon (bshea5)

documentation

README

Learning Rust. This is a clone of the grep command.

Followed along with https://rust-cli.github.io/book/tutorial/index.html with some adjustments:

  • using a BufReader instead of read_to_string for some minor optimization
  • additional tests
Commit count: 6

cargo fmt