Crate gladiator

Source
Expand description

A precise, concurrent garbage collector written in Rust.

Modules§

trace

Structs§

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