open-hypergraphs 0.3.1

Data-Parallel Algorithms for Open Hypergraphs
Documentation
1
2
3
4
5
//! A minimal set of array operations which are sufficient to implement open hypergraphs.
pub mod traits;
pub mod vec;

pub use traits::*;