1 unstable release
0.1.0 | Mar 29, 2020 |
---|
#22 in #exercise
5KB
96 lines
minigrep-rust
Rust minigrep exercise
Install Rust
Use rustup
Setting up Rust in VSCode
Install RLS extension in VSCode
https://github.com/rust-lang/rls-vscode
Building and Running
Build
Dev:
$ cargo build
Release:
$ cargo build --release
Test
$ cargo test
Run
$ cargo run
$ cargo run to poem.txt