typed_graph 0.4.0

Staticly typed graph library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
mod edge_ref;
mod edge_ref_mut;
mod graph_traits;
mod graph_walker;
mod metadata;
mod migration;
mod partial_typed_graph;
mod typed_graph;

pub use edge_ref::*;
pub use edge_ref_mut::*;
pub use graph_traits::*;
pub use graph_walker::*;
pub(crate) use metadata::*;
pub use migration::*;
pub use partial_typed_graph::*;
pub use typed_graph::*;