Rust does have manual memory management. You can allocate memory and get a simple pointer back, and then it is on you to free, just like C.
It is just that, it also has conveniences that make it feel like a language where you don't even have to think about memory. I think that is pretty cool.
It is just that, it also has conveniences that make it feel like a language where you don't even have to think about memory. I think that is pretty cool.
reply