以下是 Rust 新手程式設計師的資源清單,可協助您熟悉這門語言。
您也可以透過 rustup doc
指令,在 rustup 中離線存取下列許多資源。
學習
一般資源
- The Rust Programming Language
- Programming Rust (book)
- 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 是一系列文章,以低階 C 程式設計師的角度介紹 Rust 功能,這些程式設計師可能沒有正式的 CS 背景,例如從事韌體、遊戲引擎、OS 核心等工作的人員。」
- Rust for Embedded C Programmers