graphalgs 0.2.0

Graph algorithms based on the Rust 'petgraph' library.
Documentation
1
2
3
4
//! Some useful traits missing in petgraph.

mod edge_count;
pub use edge_count::EdgeCount;