Skip to content

0.1.2

Compare
Choose a tag to compare
@imrn99 imrn99 released this 12 Mar 13:47
· 219 commits to master since this release
8c6b0e3

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 to unused_darts & change type to BTreeSet
    • free_vertices: Vec<VertexIdentifier>: rename to unused_vertices & change type to BTreeSet

honeycomb-guide

  • update usage instructions

honeycomb-utils

  • update content according to features introduced in #15, #16

Full Changelog: 0.1.1...0.1.2