| Crates.io | typed_graph |
| lib.rs | typed_graph |
| version | 0.4.0 |
| created_at | 2024-01-15 11:33:55.706102+00 |
| updated_at | 2025-06-12 07:54:32.022436+00 |
| description | Staticly typed graph library |
| homepage | |
| repository | https://github.com/build-aau/typed_graph |
| max_upload_size | |
| id | 1100253 |
| size | 459,067 |
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