项目详情
由
分享


HelloGitHub 评分
0 人评分
开源•MIT
认领
讨论
收藏
分享
59.8k
星数
否
中文
Rust
主语言
是
活跃
423
贡献者
68
Issues
是
组织
6.5.0
最新版本
1w
Forks
MIT
协议
更多

该项目通过一个个简单练习小 demo,让初学者学习 Rust 的语法。通过简单的命令即可安装本项目,然后修改每个小练习,达到编译通过或者目标输出,通过后会进入下一关,有种闯关的成就感。运行方法:
```
安装:
git clone https://github.com/rust-lang/rustlings
cd rustlings
git checkout tags/4.0.0 # or whatever the latest version is (find out at https://github.com/rust-lang/rustlings/releases/latest)
cargo install --force --path .
安装完后,运行:
rustlings watch
```
评论
评分:
暂无精选评论