016 - Moves and Borrowing In Rust With Jim Blandy




CoRecursive - Software Engineering Interviews show

Summary: The surprising thing about rust is how memory management works.  Rust has the concepts of moves and borrowing.  If you have heard about Rust, you may have heard people talking about the borrow checker and trying to make it happy. In this interview, Jim Blandy walks us through what these concepts mean and how they work.