nodegraph 0.1.0

A data structure in rust describing a graph of nodes, where each node may contain arbitrary data.
Documentation

Rust Nodegraphs

nodegraph is a data structure in rust that contains nodes and relationships between those nodes. Nodes may also contain arbitrary data.