Skip to main content
  • Learn Rust Programming - Complete Course

    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 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!