Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 984 Bytes

File metadata and controls

21 lines (14 loc) · 984 Bytes

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.