honeycomb-core 0.11.0

Core structure implementation for combinatorial maps
Documentation
1
2
3
4
5
6
7
8
9
//! Builder implementation for combinatorial map structures.

pub mod io;
pub mod structure;

pub use structure::{BuilderError, CMapBuilder};

#[cfg(test)]
mod tests;