sinistra 0.1.0-202603071957

A generic graph framework with pluggable storage and topology and streaming graph algorithms.
Documentation
1
2
3
4
5
6
7
8
9
mod checked;
mod graph;
mod graph_ext;
mod handle;

pub use checked::Checked;
pub use graph::{Graph, GraphMut};
pub use graph_ext::*;
pub use handle::{EdgeHandle, Handle, VertexHandle};