weavatrix-graph 0.2.0

Deterministic, evidence-carrying graph primitives for repository intelligence
Documentation
1
2
3
4
5
6
7
8
mod core;
pub(crate) mod csr;
mod index;
mod view;

pub use core::Topology;
pub use index::{EdgeIndex, NodeIndex};
pub use view::{EdgeEndpoints, GraphView, IndexGraphView};