Rust promises extreme performance without fear of memory errors. How is this possible? In this talk I will present the basics of how Rust’s concepts of memory ownership and borrowing helps you write safe and effective code in a modern programming language. We will look at how memory is handled on the stack vs. the heap, and there will be live coding with a relatable example domain to make the concepts as clear as possible.
no