2 unstable releases

0.2.0 Jul 31, 2021
0.1.0 Jun 15, 2021

#2795 in Rust patterns

25 downloads per month

MIT license

32KB
665 lines

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.

Dependencies

~230KB