3 unstable releases

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

#1195 in Data structures

Download history 3/week @ 2024-01-11 5/week @ 2024-02-01 3/week @ 2024-02-15 20/week @ 2024-02-22 16/week @ 2024-02-29 19/week @ 2024-03-28 103/week @ 2024-04-04 30/week @ 2024-04-11

152 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