以下是 Rust 新手程式設計師可參考的資源清單,協助您熟悉這門語言。
您也可以透過 rustup doc 指令,在 rustup 中離線存取下列許多資源。
學習
一般資源
- The Rust Programming Language
- Programming Rust (書籍)
- Rust by Example
- Rust 導覽
- rustlings
- The New Rustacean podcast
低階程式設計師適用的資源
- Learn Rust With Entirely Too Many Linked Lists - a deep dive into pointer types, lifetimes, and unsafe code
- Learn Rust the Dangerous Way -「LRtDW 是一系列文章,針對可能沒有正式 CS 背景的低階 C 程式設計師,將 Rust 功能放在脈絡中說明,這類人員通常會開發韌體、遊戲引擎、OS 核心等。」
- 適用於嵌入式 C 程式設計師的 Rust