traitgraph 8.1.2

Abstracting over different graph representations
Documentation
1
2
3
4
5
6
/// A subgraph that contains all nodes and edges that another subgraph does not contain,
/// except for those edges that are missing endpoints after inversion.
pub mod inverted_subgraph;

/// A subgraph built from the union of two graphs.
pub mod union_subgraph;