
SE Radio 562: Bastian Gruber on Rust Web Development
Software Engineering Radio - the podcast for professional software developers
00:00
The Impact of Ownership on Rust's Architecture
Rust has a lack of garbage collection. This means that not more than one process or active part of the application can write to like a memory space. So if you pass a variable by value to another function, this functional owns this sort of space in a memory. The compiler is going to help you and show you how to do it in a different way. But this has an impact on your architecture of your application.
Transcript
Play full episode