imm_gc 0.2.1

Garbage collected pointers with immediate dropping
imm_gc-0.2.1 doesn't have any 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.