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
5
6
7
# Rust Nodegraphs


[<img alt="github" src="https://img.shields.io/badge/github-matthewjberger/nodegraph-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/matthewjberger/nodegraph)
[<img alt="crates.io" src="https://img.shields.io/crates/v/nodegraph.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/nodegraph)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-nodegraph-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/nodegraph)

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