- The Book
- Also known as “The Book”, The Rust Programming Language will introduce you to the main topics important to learning Rust, and get you to the point where you can be productive. The book is the primary official document of the language.
- The Rustonomicon
- The Dark Arts of Advanced and Unsafe Rust Programming
- A Rust Cookbook
- This Rust Cookbook is a collection of simple Rust examples that demonstrate good practices to accomplish common programming tasks, using the crates of the Rust ecosystem.
- The Rust Language Reference
- This document is the primary reference for the Rust programming language.