参考

官方标准库:https://doc.rust-lang.org/std/index.html

rust程序设计语言翻译:https://kaisery.github.io/trpl-zh-cn

简单编程挑战:https://exercism.org/

Rust Quiz

建议:对于大部分开发任务,我们没有必要掌握一门编程语言的所有细节。好办法是花尽量少的时间去掌握日常开发所需要的 80%,而不是花 80 % 时间去掌握平时比较少见的 20%。对于 Rust 来说,20% 包括宏、Unsafe,还有一些复杂的 Pointer、Pin 之类的东西,这些需要了解的时候再去看看就行。

B站原子之音Rust小case

个人book:https://laplacedemon.gitbooks.io/-rust/content/crate_module.html

个人呢学习语言记录:https://www.twle.cn/

微软学rust:https://docs.microsoft.com/zh-cn/shows/beginners-series-to-rust/?wt.mc_id=academic-29077-cxa&page=3

王yin https://zhuanlan.zhihu.com/p/382174889

rust群组:https://t.me/rust_zh

群内容搜索:网址

一篇学习rust方法的外文:https://bitsbybrad.com/2020-09-29-learning-rust/

为新手的开源项目:reddit Good open source projects for Rust beginners

微软新手:https://docs.microsoft.com/zh-cn/learn/paths/rust-first-steps/

Last updated