1 个不稳定版本
0.1.0 | 2020 年 3 月 29 日 |
---|
#20 在 #exercise
5KB
96 行
minigrep-rust
Rust minigrep 练习
安装 Rust
使用 rustup
在 VSCode 中设置 Rust
在 VSCode 中安装 RLS 扩展
https://github.com/rust-lang/rls-vscode
构建和运行
构建
开发版
$ cargo build
发布版
$ cargo build --release
测试
$ cargo test
运行
$ cargo run
$ cargo run to poem.txt