DEV Community

Abinash Sahoo
Abinash Sahoo

Posted on

Secret Rust learning resources, I'm using to learn Rust🦀

Documentations

  1. The Rust Book - The official Rust book.
  2. The Little Book of Rust Macros - Learn more about macros in detail.
  3. Asynchronous programming in Rust - More focus on async Rust.
  4. Rust Design Patterns - For clean code.
  5. Cargo Book - Know your package manager in detail.
  6. The Reference Book - More detailed and comprehensive than the book
  7. The Rustonomicon - Your guidebook to the dark arts of unsafe Rust.
  8. The Unstable Book - Documentation for unstable features

Books

  1. Rust Atomics and Locks
  2. Hands-On Data Structures and Algorithms with Rust
  3. Creative Projects for Rust Programmers
  4. Black Hat Rust
  5. Rust for Rustaceans
  6. Zero to Production

YouTube Channels

  1. Jon Gjengset
  2. Learn Rust Programming - Complete Course 🦀 by FreeCodeCamp
  3. Francesco Ciulla -by @francescoxx
  4. Let's Get Rusty
  5. Jeremy Chone
  6. Trevor Sullivan

Exercises

  1. Rustlings
  2. 100 Exercises To Learn Rust
  3. Rust Cook Book
  4. Code Crafters
  5. Project Euler

If you think I missed something, comment below I'll add that to the list.

Have a great day.

Happy Rust Journey!🦀

Top comments (2)

Collapse
 
francescoxx profile image
Francesco Ciulla

Thanks for mentioning me🦀

Collapse
 
fnabinash profile image
Abinash Sahoo

You are a valuable person in the Rust community.