Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Project structure


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 applications crate, which contains a collection of algorithms which are used as benchmarks and/or examples.
  • This book’s source files, available in the user-guide directory.