Keyboard shortcuts

Press โ† or โ†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

๐Ÿฆ€ A 13-day walkthrough

The Rust Book, simplified.

A beginner-friendly retelling of the official Rust Book - word-to-word, code-to-code, everything important in less time. Runnable examples, bite-sized chapters, and zero fluff.

Progress 11 of 13 days complete

The curriculum

Coming soon

Day 12 Ch. 12
I/O Project

A small CLI that ties everything together.

Day 13 Ch. 13
Iterators & Closures

Functional Rust - lazy, expressive, surprisingly fast.

How to use this book

Work through the days in order - each builds on the last. Every code block with a Run button can be executed right in the browser via the Rust Playground, so you can tweak examples without leaving the page.

If you're coming from another language, spend extra time on Days 4โ€“5 (Ownership) - it's the idea that makes everything else click. Chapter 11 (Writing Automated Tests) is not covered in this series; refer to the official Rust Book for that chapter.

Contributing

Spotted a typo, or want to help ship Day 12 and beyond? PRs and issues welcome on GitHub.