Rust minigrep exercise
Use rustup
[https://rustup.rs/]
Install RLS extension in VSCode
[https://github.com/rust-lang/rls-vscode]
Dev:
$ cargo build
Release:
$ cargo build --release
$ cargo test
``` $ cargo run
$ cargo run to poem.txt ```