The project root is organized using Cargo workspaces. The repository hosts both published crates (libraries) as well as complementary content such as benchmarks, examples or this guide.
The following libraries are available:
- honeycomb Main crate, which re-exports items from the three subcrates below
- honeycomb-core Core definitions and tools for combinatorial map implementation
- honeycomb-kernels Meshing kernel implementations using combinatorial maps
- honeycomb-render Visualization tool for combinatorial maps
The repository also hosts:
- The
applicationscrate, which contains a collection of algorithms which are used as benchmarks and/or examples. - This book's source files, available in the
user-guidedirectory.