Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust - Confident, Productive Systems Programming
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why Mozilla?
- 3 What is control?
- 4 What is safety?
- 5 Ownership in Rust
- 6 Compiler enforces moves
- 7 Mutable references
- 8 Borrow checking
- 9 Bending the rule
- 10 Concurrency in Rust
- 11 Static checking for thread safety
- 12 Abstraction in Rust
- 13 Defining a trait
- 14 Using a trait
- 15 "Zero cost" abstraction
- 16 Leveraging abstraction
- 17 Rust 1.0: Stability as a deliverable
- 18 The feature pipeline