aalok thakkar: rustification

monsoon 2024: ism

Source: XKCD

Resources and Reading Materials:


Official Rust Resources:
  1. The Rust Programming Language (TRPL) Book
  2. Rust by Example
  3. Rustlings
  4. Rust Cookbook
Books:
  1. Rust for Rustaceans by Jon Gjengset
  2. Programming Rust by Jim Blandy, Jason Orendorff, and Leonora F.S. Tindall
  3. Rust in Action by Tim McNamara
Courses:
  1. Learning Rust by Dumindu Madunuwan
  2. Take your first steps with Rust by Microsoft Learn
Videos:
  1. Intro Rust Tutorials
  2. Jon Gjengset's Youtube Channel
  3. Rust Stream: Ownership, Closures, and Threads - Oh My!
  4. Visualizing memory layout of Rust's data types
Others:
  1. Rust Subreddit
  2. Learn Rust Subreddit
  3. Common Rust Lifetime Misconceptions