Repository Details
Shared by
HelloGitHub Rating
10.0
1 ratings
Free•MIT
Claim
Discuss
Collect
Share
62.2k
Stars
No
Chinese
Rust
Language
Yes
Active
1
Contributors
83
Issues
Yes
Organization
6.5.0
Latest
1w
Forks
MIT
License
More

该项目通过一个个简单练习小 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
```
Comments
Rating:
No comments yet