以下是面向 Rust 新手程序员的资源列表,可帮助他们熟悉该语言。
以下许多资源也可通过 rustup doc
命令在 rustup 中离线使用。
学习
一般资源
面向低级程序员的资源
- Learn Rust With Entirely Too Many Linked Lists - a deep dive into pointer types, lifetimes, and unsafe code
- Learn Rust the Dangerous Way - “LRtDW 是一系列文章,旨在为可能没有正式计算机科学背景的低级 C 程序员提供 Rust 功能的背景信息,这类人通常从事固件、游戏引擎、操作系统内核等方面的工作。”
- 面向嵌入式 C 程序员的 Rust