typed_graph 0.4.0

Staticly typed graph library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod any_graph;
mod either;
pub mod generic_graph;
mod graph;
#[cfg(any(test, bench))]
pub mod test;
mod typed_error;
mod upgrade_error;

pub use either::*;
pub use graph::*;
pub use typed_error::*;
pub use upgrade_error::*;