//! # Ristretto GC
//!
//! [](https://codecov.io/gh/theseus-rs/ristretto)
//! [](https://bencher.dev/perf/theseus-rs-ristretto)
//! [](https://github.com/theseus-rs/ristretto#license)
//! [](https://semver.org/spec/v2.0.0.html)
//!
//! A low pause, concurrent and parallel mark and sweep garbage collector implementation for the
//! Ristretto VM. This crate provides `Gc<T>` types for garbage collected references, using a pure
//! reachability analysis algorithm with automatic cycle detection and collection.
pub use ;
pub use ;
pub use ;
pub use Finalize;
pub use Gc;
pub use GcRootGuard;