3 unstable releases

0.2.0 Apr 9, 2024
0.1.3 Feb 5, 2024
0.1.0 Jan 15, 2024

#1331 in Data structures

Download history 5/week @ 2024-02-04 6/week @ 2024-02-18 32/week @ 2024-02-25 1/week @ 2024-03-03 29/week @ 2024-03-31 110/week @ 2024-04-07 13/week @ 2024-04-14

144 downloads per month

Apache-2.0

230KB
4.5K SLoC

Rust 2.5K SLoC // 0.1% comments Python 2K SLoC // 0.2% comments Forge Config 23 SLoC Shell 9 SLoC Batch 8 SLoC

Contains (Python package, 23KB) typed_graph-0.1.4-py3-none-any.whl

typed_graph

Graph data structure with an enforcable schema

Crates.io docs.rs

typed_graph is an alternative to petgraph that focuses more on functionality rather than performance.

The main guarantees typed_graph provides:

  • Consistent node and edge weight types
  • Custom keys for all nodes and edges
  • Type safe convertion from one schema to another
  • Simple traversal API
  • Preserves outgoing edge order

Getting Started

For a comprehensive overview on how to setup and use typed_graph see the json_graph example in the example folder

Other crates

  • typed_graph_cli: Provides a language for auto generating staticly typed schemas
  • typed_graph_py: Port of typed_graph to python

Dependencies

~1.5–2.3MB
~44K SLoC