Completed
Disclaimer
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Rust Intro for Java Developers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Disclaimer
- 3 Good choices
- 4 Meet Rust!
- 5 Quick view at Rust
- 6 Rust - features
- 7 Rust - it meets the requirements
- 8 More about Rust
- 9 Variable bindings own the values in Rust
- 10 What?
- 11 It is similar to Read-Writers lock
- 12 About exclusive writers
- 13 Top issues that borrowing prevents
- 14 In Rust, every reference has some lifetime associated with it.
- 15 You can explicit lifetimes in Rust
- 16 Top issues that lifetime system prevents
- 17 Classes
- 18 Interfaces
- 19 Rust Generics
- 20 Top Rust complaints
- 21 Bonus #2: Performance
- 22 Bonus #3: Free GIF
- 23 References - Rust Intro