0.1.2
What's Changed
Repository Changes
- remove
Cargo.lock
file from the repository - add changelog file
New Features
honeycomb-core
Coords2<T: CoordsFloat>
- Custom 2D coordinates representation using a
generic type for inner value.- refactor two attributes of
TwoMap
:free_darts: Vec<DartIdentifier>
: rename tounused_darts
& change type toBTreeSet
free_vertices: Vec<VertexIdentifier>
: rename tounused_vertices
& change type toBTreeSet
honeycomb-guide
- update usage instructions
honeycomb-utils
Full Changelog: 0.1.1...0.1.2