open-hypergraphs 0.3.1

Data-Parallel Algorithms for Open Hypergraphs
Documentation
1
2
3
4
5
6
7
//! Functors between categories of open hypergraphs
pub mod identity;
pub mod optic;
pub mod traits;

pub use optic::*;
pub use traits::*;