| Crates.io | minigrep_yibozhuang |
| lib.rs | minigrep_yibozhuang |
| version | 0.1.0 |
| created_at | 2020-03-29 18:13:21.864652+00 |
| updated_at | 2020-03-29 18:13:21.864652+00 |
| description | Simple implementation of minigrep for playing with Rust |
| homepage | |
| repository | https://github.com/yibozhuang/minigrep-rust |
| max_upload_size | |
| id | 224148 |
| size | 4,617 |
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