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.

Table of Contents

Books

The Rust Book

The official book for learning the Rust language.

https://doc.rust-lang.org/book/

The Rustonomicon

A book that dives under the hood of Rust. Intended to be read after the Rust Book.

The Rustonomicon

The Rust Roguelike Book

A book that teaches Rust through creating a roguelike game.

https://bfnightly.bracketproductions.com/

Learn Rust With Entirely Too Many Linked Lists

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/

Practice

Rustlings

🦀 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.

https://github.com/rust-lang/rustlings