shredder 0.2.0

Garbage collection as a library for Rust
Documentation
1
2
3
4
5
mod deref_gc;
mod gc;

pub use deref_gc::*;
pub use gc::*;