Lindsey Kuper wrote:
Is it fair to say that, in fact, you don't need to do manual memory
management in Rust*unless*  you care about efficiently exchanging data
between tasks?

Almost. pcwalton has been talking about implementing a simple data-exchange wrapper based around serialization and deserialization. This would allow you to just use managed pointers (`@`) everywhere. The pieces are all there but not put together into a simple library.


Niko
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to