Rust memory management
2017-10-21, 08:30–08:55 (UTC), Event Loft

A quick introduction to the unique memory management concepts of Rust.


Rust is a systems programming language that focuses on safety and performance at the same time. Most people new to Rust, often struggle with memory management. The goal of this talk is to give a very quick overview of Rust's memory management.