/minigrep

Basic implementation of grep - written in Rust

Primary LanguageRustMIT LicenseMIT

minigrep

Basic implementation of grep written in Rust.

Note: The purpose of this repo is to try out the different language features that Rust offers.

References

  • The Rust Programming Language, The Book