13个不稳定版本 (3个破坏性更改)
0.4.51 | 2019年12月4日 |
---|---|
0.4.50 | 2019年12月4日 |
0.3.53 | 2019年11月8日 |
0.3.50 | 2019年10月29日 |
0.1.0 | 2019年10月22日 |
#354 in 测试
每月下载量32次
105KB
2.5K SLoC
Rust 特性 借用和所有权
入门
- 学习hello_exercism crate
- 安装 cargo script
- 安装 bat
cargo install cargo-script
cargo install bat
项目
- 名称:hello-borrowing
- crate名称:borrowing_exerci
- 描述:如何理解Rust的借用
子项目:bin-hello
- 文件夹名称:bin-hello
- 描述:'borrowing_exerci' crate
安装crate borrowing_exerci
cargo install borrowing_exerci
使用crate borrowing_exerci
帮助
bw -h
列出所有具有功能的命令
bw -c <code>
# example:
bw -c closure_immut_string
使用功能运行代码
- 使用功能运行Rust文件
bw -c <code> -f <feature> | bat -l rs
# example "closure_immut_string" with a feature "ok":
bw -c closure_immut_string -f ok | bat -l rs
# tip: `f`, Forward one window
# tip: `b`, Backward one window
# tip: `q`, Exit.
# example "closure_immut_string" with a feature "err_01":
bw -c closure_immut_string -f err_01 | bat -l rs
# tip: `f`, Forward one window
# tip: `b`, Backward one window
# tip: `q`, Exit.
资源
依赖项
~27–37MB
~602K SLoC