Rust 中文学习资料汇总
- rust book: https://kaisery.github.io/trpl-zh-cn/title-page.html
- rust-by-example: https://rustwiki.org/zh-CN/rust-by-example/hello.html
- rust Primer: https://rustcc.gitbooks.io/rustprimer/content/
- Rust语言圣经: https://course.rs/into-rust.html
- Rust语言实战: https://zh.practice.rs/why-exercise.html
- 代码练习rustlings: https://github.com/rust-lang-cn/rustlings-cn
- rust 在线编译器: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021