#graph #node #data #contain #structure #describing

nodegraph

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

1 unstable release

0.1.0 Nov 2, 2023

#2192 in Data structures

26 downloads per month

MIT license

30KB
708 lines

Rust Nodegraphs

github crates.io docs.rs

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

Dependencies

~0.7–1.5MB
~34K SLoC