mjb_gc 0.2.0

Garbage collected pointers with immediate dropping
Documentation

Thread-local reference-counted pointers with immediate cycle collection.

The Gc<T> type provides shared ownership of a value. It is not Send, since the cycle collection occurs on a single thread.