gamma 0.5.0

Graph primitives and traversals for Rust.
Documentation
1
2
3
4
5
mod matching;
mod greedy;

pub use matching::Matching;
pub use greedy::greedy;