SkillsCast
About the Speaker
Please log in to watch this conference skillscast.
Every programming language uses either a garbage collector or lets you handle memory freely. Rust introduces a whole new approach: Ownership. Rust Ownership and Borrowing model combines the safety of a garbage collected language with the speed of a language like C that lets you handle the memory freely. In this talk, we will see how it works in practice. Then we will investigate why this is an essential concept of the language. This talk is for developers with no prior knowledge of Rust.
YOU MAY ALSO LIKE:
Rust's Unique Ownership Concept: Practical Examples and Why It's Important
Cecile Tonglet
Rustacean from Belgium