Table of Contents
- Official Documentation by rust-lang org
- Open Source Books and Various Sites With Guides
- Exercises
- Podcasts
- Algorithms
- Cheat Sheets
- Serialization
- WebAssembly (Wasm)
- Blockchain
- Interview
- Various Rust Articles and Deep Dives
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
Open Source Books and Various Sites With 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
- (Ru) Руководство по языку программирования Rust by metanit.com
Exercises
- Rust by Practice
- Rustlings This project contains small exercises to get you used to reading and writing Rust code. This includes reading and responding to compiler messages.
- Rustfinity - challenges
Podcasts
- Rust in Production podcasts by corrode.dev Under episodes, you can find a list of links related to the discussion topics.
Algorithms
- The Algorithms - Rust Open Source resource for learning Data Structures & Algorithms and their implementation in any Programming Language
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
- Smart Pointers in Rust: A Comprehensive Guide by Murat Genc 2024-07-03
- 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
- The ultimate guide to Rust newtypes by howtocodeit
- Master hexagonal architecture in Rust by howtocodeit
- Implementing a load-balanced thread pool in Rust Feb 3, 2022
- Ru translation of the above article
- Four limitations of Rust's borrow checker Dec 21, 2024
Top comments (0)