Workspace
The project root is organized using Cargo workspaces at the moment. This may change when other languages are introduced to the project.
The repository hosts both published crates (usable content) as well as complementary content such as benchmarks, examples or this guide.
Published crates
- honeycomb Main crate
- 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
Other content
- honeycomb-benches Benchmarks of the main map structures and methods
- honeycomb-examples Examples of usage of the project's features
- user guide Source files of the user guide