mhgl 0.1.5

Matts HyperGraph Library (MHGL). A straightforward library for hypergraph datastructures. Not a database.
Documentation
1
2
3
4
5
6
7
mod basis_trait;
mod hypergraph_trait;
mod node_trait;

pub use basis_trait::HgBasis;
pub use hypergraph_trait::HyperGraph;
pub use node_trait::HgNode;