graphify-core 0.4.4

Core data models and graph operations for graphify
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "graphify-core"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Core data models and graph operations for graphify"

[dependencies]
serde.workspace = true
serde_json.workspace = true
petgraph.workspace = true
thiserror.workspace = true
tracing.workspace = true