#mini-grep #exercise #playing

bin+lib minigrep_yibozhuang

Simple implementation of minigrep for playing with Rust

1 unstable release

0.1.0 Mar 29, 2020

#22 in #exercise

MIT/Apache

5KB
96 lines

minigrep-rust

Rust minigrep exercise

Install Rust

Use rustup

https://rustup.rs/

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

No runtime deps