Resources
A curated list of online resources from around the web, organized by Beginner/Intermediate and Intermediate/Advanced.
Videos
Beginner/Intermediate
Project ideas for Rust beginners
A video version of the famous Rust Book! This is a playlist that breaks the book into 44 sections.
Building a game engine in rust with ECS architecture.
Really good explanation and illustration of why Rust is great. No Rust knowledge required, but some computer science background is helpful.
Intermediate/Advanced
The differences between static and dynamic dispatch in Rust.
How to think about async programming in Rust.