Other Project based tutorials
Solving distributed systems challenges in Rust : In this stream we work through the fly.io distributed systems challenges (https://fly.io/dist-sys/) in Rust, and solve all the way up to challenge 3c.
Learning to Fly series : A beginner-friendly Rust tutorial combining evolution, neural network and genetic algorithm
Create Vim like Editor in Rust: Create a TUI application using crossterm
impl Rust playlist : Different project based tutorials by Jon Gjengset including creating Git from scratch in Rust, BitTorrent client in Rust, Wordle solver in Rust
hecto: Build Your Own Text Editor in Rust : This is a series of blog posts that shows you how to build a text editor in Rust.
Game development with Macroquad: A game development guide on how to build a shoot'em up game in Rust with Macroquad.
Breakout game with Macroquad: An easy to follow along video that teaches how to create Breakout game with Macroquad