Crate swifer

Source
Expand description

§Swifer!

Swifer is a garbage collection library, providing both garbage collectors for use by language runtimes, and tools for the GC implementations themselves, while providing a uniform interface.

Modules§

gc
Garbage collectors and GC-managed memory.
heap
The heap data structure, alongside basic traits used by garbage collectors.