bounded_graph 0.3.0

A thin newtype wrapper for `petgraph` to assist in the creation of graphs with restrictions on their edges
Documentation
1
2
3
4
5
6
7
8
9
mod acyclic_tests;
mod asymmetric_limits;
mod bounded_nodes;
mod error_tests;
mod fixed_edge_count;
mod graph_ops;
mod mutation_safety;
mod petgraph_compat;
mod serde_tests;