1 2 3 4 5 6 7 8
//! Plan: marksweep mod gc_work; mod global; pub mod mutator; pub use self::global::MarkSweep; pub use self::global::MS_CONSTRAINTS;