Skip to content

Rust Learning Resources

Niels Mandrus edited this page Jan 18, 2023 · 1 revision

A Collection of Beginner-Friendly resources for learning rust

  • The Book: The definitive rust book, read this first.
  • Easy Rust: Learn rust in simple, easy-to-read English (Author has a YT series that follows the book)
  • Rust by Example: Common code snippets with commented explanations (Good reference material)
  • Rust Cookbook: Common programming tasks implemented in rust (Good for referencing)
  • Rustlings: Short exercises to get you used to reading and writing rust code.

Clone this wiki locally