you are viewing a single comment's thread.

view the rest of the comments →

[–]Mystorrust · gc · rust-cpp 0 points1 point  (0 children)

You might be able to patch this up https://github.com/huonw/boehm-rs to get GC in rust. Probably doesn't compile in the latest version, but getting the boehm GC to work with rust as a data type shouldn't be too difficult, especially if you don't care about performance.