Official Documentation by rust-lang org
- Rust Book (Stable)
- Rust Book (Nightly)
- Rust Reference
- The Rustonomicon
- Rust by Example
- Rust Standard Library
- Cargo Book
- Clippy Documentation (Stable)
- Clippy Documentation (Nightly)
- Rust Compiler (rustc)
- Rust Style Guidelines
- Rust Error Codes
Books and Guides
- RustBooks GitHub
- Asynchronous Programming in Rust from rust-lang.github.io
- Asynchronous Programming in Rust by Carl Fredrik Samson
- Effective Rust
- The Rust Performance Book
- Rust Design Patterns
- Rust Cookbook
- Rust API Guidelines
- Rust Compiler Development Guide
- The Embedded Rust Book
- Official and other Rust books built in EPUB format destined for local reading Jul 2023
Cheat Sheets
Serialization
WebAssembly (Wasm)
Blockchain
Interview
- 100 Rust interview questions and answers in 2024 Updated: January 14th, 2024
- 53 Rust Interview Questions + Answers (Easy, Medium, Hard)
- Rust Interview Questions for Developers from coderpad
- Simple rust interview questions by flakm May 8, 2022
- Rust Interview Handbook
- Reddit preparing for rust interview thread
- Rust Developer Interview Questions from usebraintrust.com <- I dont like answers here, just keep it as questions example
Various Rust Articles and Deep Dives
- Futures Explained in 200 Lines of Rust 2020-04-06: Final draft finished
- ARC Mutex in Rust by Adam Shirey 2020-12-23
- Explaining Atomics in Rust
- Explaining Atomics in Rust GitHub
- Reactor-Executor Pattern: A Deep Dive by Murat Genc 2024-06-11
- An example implementation that creates an event queue based on Kqueue, Epoll and IOCP
Top comments (0)