open-hypergraphs 0.3.1

Data-Parallel Algorithms for Open Hypergraphs
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! The primary datastructure for representing cospans of hypergraphs
mod arrow;
#[cfg(feature = "experimental")]
mod rewrite;
#[cfg(test)]
#[cfg(feature = "experimental")]
mod rewrite_tests;

pub use arrow::*;
#[cfg(feature = "experimental")]
pub use rewrite::*;