Expand description

A precise, concurrent garbage collector written in Rust.

Modules

Structs

A garbage collected arena of memory.
A value borrowed from a Gc smart pointer.
A value mutably borrowed from a Gc smart pointer.
A smart pointer to a garbage collected value in an Arena.