gc 0.2.0

Tracing garbage collector plugin for Rust. Not ready for use yet, please see README
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.