nodegraph 0.1.0

A data structure in rust describing a graph of nodes, where each node may contain arbitrary data.
Documentation
1
2
3
4
mod error;
mod graph;

pub use self::{error::*, graph::*};