Crate bsr
Source - gc
- Contains the user-facing garbage collector API in the form of the
Gc
type. - heap
- Contains the main heap struct and implementation for the garbage collector.
- trace
- Contains tracing trait and implementation for tracing garbage collection.