libarena 0.1.6

Arena allocated graph implementation
Documentation
1
2
3
4
5
mod arena;
mod node;

pub use arena::*;
pub use node::*;