contextdb-graph 0.3.0

Graph executor for contextdb — bounded BFS, DAG enforcement, typed edges
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "contextdb-graph"
version = "0.3.0"
edition = "2024"
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "Graph executor for contextdb — bounded BFS, DAG enforcement, typed edges"

[dependencies]
contextdb-core = { path = "../contextdb-core", version = "0.3" }
contextdb-tx = { path = "../contextdb-tx", version = "0.3" }
parking_lot.workspace = true
uuid.workspace = true