- Official Book: Don't skip this.
- Easy Rust: Easier to read, no fancy word.
- The Rust Reference: Feel like short note 🤔.
- Asynchronous Programming in Rust: Collection of
async
things.
- The Embedded Rust Book: Embedded things.
- MacroKata: A set of exercises which you can use to learn how to write
macros
in Rust
.
- Rust API Guidelines: How to design and present APIs.
- The Rustonomicon: The Dark Arts of Unsafe
Rust
.
- Rust Atomics and Locks: Low-Level Concurrency in Practice.
- The Rust Performance Book: Contains many techniques that can improve the performance.
- Effective Rust: 35 Specific Ways to Improve Your Rust Code.
- HOW TO CODE IT: Learn Rust with practical, production-tested guides
- Rust Design Patterns: Design Patterns obviously.
- Long-term Rust Project Maintenance
- Hexagonal architecture in Rust
- Rust Cookbook: Recommend!.
- A half-hour to learn Rust: Took more than a half-hour for me 😅.
- Blessed: An unofficial guide to the Rust ecosystem.
- Rust By Example: Less talk, Plenty of working example.
- Rustlings: Learn by fixing bugs.
- The Rust Programming Language + Quiz: Tricky quiz, viz stack/heap.
- Rust By Practice: Fill in the blank quiz.
- Tour of Rust: Explore rust with playground.
- Rust for JavaScript Developers: Well taught from this to that, by Sid Chatterjee
- Programming Rust, 2nd Edition: In depth detail about heap/stack.
- Rust for Rustaceans: More explain = less code.
- Idiomatic Rust code: More to read.
- Rust and WebAssembly
- The
wasm-bindgen
Guide
- Hello wasm-pack!
- Second State
- WebAssembly threads
- Rhai - WebAssembly (WASM) Build
- Rust
no_std
Playbook
- CXX — safe
FFI
between Rust and C++
- The
UniFFI
user guide
- Rust-CUDA
- Solana Cookbook
- SolDev
- Anchor
- Metaplex
- The Solana Reading List - Mert
- Solandy
- https://github.com/katopz/awesome-rust
- https://github.com/katopz/awesome-wasm
- https://github.com/avareum/awesome-solana