/// A subgraph implementation based on bitvectors;
pubmodbit_vector_subgraph;/// A subgraph implementation that allows to combine multiple subgraphs into one if they are totally ordered by the subset relation.
pubmodincremental_subgraph;/// A graph implementation based on the `petgraph` crate.
pubmodpetgraph_impl;