contextdb-graph 1.0.0

Graph executor for contextdb — bounded BFS, DAG enforcement, typed edges
Documentation
1
2
3
4
5
pub mod mem;
pub mod store;

pub use mem::MemGraphExecutor;
pub use store::GraphStore;