graphalgs/traits/
mod.rs

1//! Some useful traits missing in petgraph.
2
3mod edge_count;
4pub use edge_count::EdgeCount;