Completed
Community and ecosystem
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Why Safe Programming Matters and Why Rust is the Way Forward
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Deepu K Sasidharan
- 3 Safe programming
- 4 CVE galore from memory safety issues
- 5 Security issues from thread safety
- 6 Security issues from type safety
- 7 Rust = High level general purpose languag
- 8 Safety guarantee
- 9 Ownership and borrowing
- 10 Zero cost abstractions
- 11 Immutable by default
- 12 Pattern matching
- 13 Advanced generics, traits and types
- 14 Macros
- 15 Tooling and compiler
- 16 Community and ecosystem
- 17 The downsides
- 18 High level vs Low level language
- 19 Performance, Memory and power
- 20 High level language compromise