hypergraph 4.0.0

Hypergraph is data structure library to create a directed hypergraph in which an hyperedge can join any number of vertices.
Documentation
1
2
3
4
5
6
mod hypergraph_impl;
#[cfg(feature = "persistence")]
mod persistent_impl;
mod trait_def;

pub use trait_def::HypergraphQuery;