In this beginner-level course, you will learn about the core concepts of Rust and underlying mechanisms in theory about the programming language
Learn Rust Programming - Official Docs
Rust is a multi-paradigm, general-purpose programming language that highlights performance, type safety, and concurrency. It enforces memory-safety, ensuring that all references point to valid memory—without requiring the use of a garbage collector or reference counting present in other memory-safe languages
Rust actix - Web Framework
Unlock the power of Rust web development with Actix Web's high-performance, asynchronous framework. From setup to advanced techniques, create robust and scalable web applications with ease.
Rust Axum Full Course - Web Development
Rust Programming - Full Course for Axum: An Awesome Web Framework for Rust. Not too low-level, not too high-level, well-componentized, complete, and with great ergonomics.
Rust Bevy - Game Engine
Master Rust game development with Bevy's high-performance, ergonomic framework. Learn from setup to advanced techniques for creating immersive gaming experiences.
Rustlings
Rustlings is a collection of small exercises that get you used to reading and writing in Rust. This includes reading and responding to compiler messages!