runmat-gc-api 0.5.4

Public API types for the RunMat garbage collector
Documentation
1
2
3
4
5
6
7
8
9
#![forbid(unsafe_op_in_unsafe_fn)]

mod handle;
mod root;
mod trace;

pub use handle::GcHandle;
pub use root::{GcRoot, RootId, RootInfo, RootScannerStats};
pub use trace::{Trace, Tracer};