Completed
00:00 Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Advanced Rust Programming Techniques - Ownership, Borrowing, and Safe API Design
Automatically move to the next video in the Classroom when playback concludes
- 1 00:00 Intro
- 2 01:47 What is Rust?
- 3 04:19 What problems does Rust want to tackle?
- 4 06:65 Ownership
- 5 11:22 Borrowing
- 6 15:56 Summary
- 7 16:22 Concurrency
- 8 21:13 Fighting the borrow checker?
- 9 22:12 Rust: Ownership & borrowing & strong encapsulation
- 10 23:04 Encapsulation
- 11 24:48 Mutex usage
- 12 29:14 What does Mutex do?
- 13 30:49 Functions & their implementations
- 14 32:26 The unsafe sublanguage
- 15 37:17 What we covered
- 16 38:26 Conclusions
- 17 39:21 Outro