Hi! I'm Ben. I've taught Rust to hundreds of engineers. My goal with this course is to make the highest quality videos available for learning Rust.
Reference
Elements of Rust – Core Types and Traits
A quick-reference map of the Rust type system, with links to documentation. This resource is referenced throughout the video course.
Course Videos
1.
Why Rust is Safe
Rust is a systems language with just as much control and performance as C or C++. And yet, it guarantees memory safety and thread safety at compile-time. How is that possible?
2.
Hello Rust (Coming Soon)
The basics of Rust syntax: functions, variables, scalar types, ranges, conditionals and loops.