gctree 0.35.0

A library for cache-friendly, graph-like, arena-allocated datastructures.
Documentation
1
2
3
4
5
#[macro_use] pub mod arena;
mod error;
mod node;
mod node_idx;
mod util;