jrsonnet-gc 0.4.2

Tracing garbage collector plugin for Rust.
Documentation

Thread-local garbage-collected boxes (The Gc<T> type).

The Gc<T> type provides shared ownership of an immutable value. It is marked as non-sendable because the garbage collection only occurs thread-locally.