Crates.io | typed_graph |
lib.rs | typed_graph |
version | 0.2.0 |
source | src |
created_at | 2024-01-15 11:33:55.706102 |
updated_at | 2024-04-09 11:25:03.375097 |
description | Staticly typed graph library |
homepage | |
repository | https://github.com/build-aau/typed_graph |
max_upload_size | |
id | 1100253 |
size | 365,143 |
Graph data structure with an enforcable schema
typed_graph is an alternative to petgraph that focuses more on functionality rather than performance.
The main guarantees typed_graph provides:
For a comprehensive overview on how to setup and use typed_graph see the json_graph example in the example folder