contextdb-graph 0.3.3

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;