This crate is meant to process the output of `hexasphere`'s
icosahedron subdivision (aka `IcoSphere`) into an adjacency
list for use in instances where hexagonal tiles are needed.
Such examples include geometry generation, board algorithms
etc.
Generate an icosphere subdivision:
```rs
use hexasphere::shapes::IcoSphere;