AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
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.