8000 GitHub - bshea5/grrs: Learning Rust lang. Grrs is a grep clone.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

bshea5/grrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Run from source

cargo run -- some-pattern some-file

Install via Cargo and run

cargo install shea_grrs
shea_grrs -- some_pattern ./some_file

About

Learning Rust lang. Grrs is a grep clone.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0