Simple Rust implementation of arena allocated graphs.
Each graph starts with a root as an entry point to the rest of the graph, much like a tree.
root
Open a pull request