Skip to main content
Back to feed

Learn Rust — Complete Starter Kit

link bag
The Rust Programming Language
The Rust Programming Language
The official introductory book for Rust. Covers ownership, borrowing, structs, enums, pattern matching, and more.
doc.rust-lang.org
rust-lang/rustlings: Small exercises to get you used to reading and writing Rust code
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.
github.com
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.
doc.rust-lang.org
Crust of Rust — Jon Gjengset
Crust of Rust — Jon Gjengset
Deep-dive video series covering intermediate Rust topics: iterators, smart pointers, async, lifetimes, and more.
youtube.com
Rust on Exercism
Rust on Exercism
Free coding exercises with mentor feedback. 95+ exercises covering Rust fundamentals through advanced concepts.
exercism.org
Dev
Learning