nodegraph

Crates.ionodegraph
lib.rsnodegraph
version0.1.0
sourcesrc
created_at2023-11-02 04:09:05.464031
updated_at2023-11-02 04:09:05.464031
descriptionA data structure in rust describing a graph of nodes, where each node may contain arbitrary data.
homepagehttps://github.com/matthewjberger/nodegraph
repositoryhttps://github.com/matthewjberger/nodegraph
max_upload_size
id1022254
size37,159
Matthew J. Berger (matthewjberger)

documentation

README

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.

Commit count: 2

cargo fmt