Completed
Memory Safety
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Diving Headfirst into Rustland: A Primer for C++ Developers - Rust Linz August 2023
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 About me
- 3 Outline
- 4 Documentation
- 5 Rust Style
- 6 Expressions
- 7 Functional Programming
- 8 Memory Management
- 9 Memory Safety
- 10 Lifetimes
- 11 Package Management
- 12 Crates
- 13 Option
- 14 enum
- 15 error handling
- 16 example code
- 17 composition
- 18 generics
- 19 Taylor expression
- 20 Debug derives
- 21 Outro