hypergraph 4.2.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
7
8
mod graph;
mod helpers;
mod hyperedges;
mod open;
mod types;
mod vertices;

pub use types::PersistentHypergraph;