Back to feed 
doc.rust-lang.org
github.com
doc.rust-lang.org
youtube.com
exercism.org
Learn Rust — Complete Starter Kit
link bag
The Rust Programming Language (The Book)
doc.rust-lang.org
The Rust Programming Language
The official introductory book for Rust. Covers ownership, borrowing, structs, enums, pattern matching, and more.
rust-lang/rustlings: Small exercises to get you used to reading and writing Rust code
Guided exercises that walk you through reading and writing Rust code, covering basics to advanced topics like lifetimes and traits.
Rust by Example
doc.rust-lang.org
Rust by Example
A collection of runnable examples that illustrate Rust concepts and standard library usage. Learn by doing.
Crust of Rust — Jon Gjengset (YouTube)
youtube.com

Crust of Rust — Jon Gjengset
Deep-dive video series covering intermediate Rust topics: iterators, smart pointers, async, lifetimes, and more.
Exercism Rust Track
exercism.org

Rust on Exercism
Free coding exercises with mentor feedback. 95+ exercises covering Rust fundamentals through advanced concepts.
Dev
Learning