open-hypergraphs 0.1.6

Data-Parallel Algorithms for Open Hypergraphs
Documentation
1
2
3
4
5
6
//! The category of hypergraphs has objects represented by [`Hypergraph`]
//! and arrows by [`arrow::HypergraphArrow`].
pub mod arrow;
mod object;

pub use object::*;