minigrep searches for strings in files and is an assignment from Rust-Lang
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to build minigrep you need a rust toolchain
rust
cargo
The easiest way to get a rust toolchain is curl https://sh.rustup.rs -sSf | sh
To build minigrep just invoke
cargo build --release
cargo test
This project is licensed under the MIT License - see the LICENSE.md file for details