Memory safety is one of Rust’s biggest selling points. It’s a bit baffling that this engine would choose to implement unsafe garbage collection.
replies(5):
For some use cases, that means that "user code" can have no `unsafe`. But implementing a GC is very much not one of those.