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
10
11
12
13
mod algorithm;
mod basic_graph;
mod core;
mod property_map;
mod storage;
mod topology;

pub use algorithm::*;
pub use basic_graph::BasicGraph;
pub use core::*;
pub use property_map::*;
pub use storage::*;
pub use topology::*;