This document contains links to many different projects, sites, books, references, and more. Many of them are embeds but can be opened from the button “original” in the top right.
The official book for learning the Rust language.
https://doc.rust-lang.org/book/
A book that dives under the hood of Rust. Intended to be read after the Rust Book.
A book that teaches Rust through creating a roguelike game.
https://bfnightly.bracketproductions.com/
Learning some of the pointer types and lots of ownership through trying to make linked lists in safe (and unsafe) Rust.
https://rust-unofficial.github.io/too-many-lists/
🦀 Small exercises to get you used to reading and writing Rust code! This is one of the first tools that is recommended to any new Rustacean. It leads you through many practical puzzles from many different topics in Rust.