1
2
3
4
/// A graph implementation based on the `petgraph` crate.
pub mod petgraph_impl;
/// Various implementations of subgraphs.
pub mod subgraphs;