
2 Jan
2020
2 Jan
'20
6:57 p.m.
On Jan 2, 2020, 11:22 AM -0500, Nicholas Krause <xerofoify@gmail.com>, wrote:
Thanks for letting me know. Don't know if it will be solved as that's a problem in my view.
I was going to say that you could implement a garbage collector in/for Rust, but first I checked if there was a crate for one, and sure enough, there is: https://github.com/Manishearth/rust-gc/ for those occasions when you really need a garbage collector. It’s in development, but looks pretty usable. ../Dave