Crates.io | nodegraph |
lib.rs | nodegraph |
version | 0.1.0 |
source | src |
created_at | 2023-11-02 04:09:05.464031 |
updated_at | 2023-11-02 04:09:05.464031 |
description | A data structure in rust describing a graph of nodes, where each node may contain arbitrary data. |
homepage | https://github.com/matthewjberger/nodegraph |
repository | https://github.com/matthewjberger/nodegraph |
max_upload_size | |
id | 1022254 |
size | 37,159 |
nodegraph
is a data structure in rust that contains nodes and relationships between those nodes. Nodes may also contain arbitrary data.