Rust minigrep exercise
Use rustup
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
Rust minigrep exercise
Use rustup
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