Skip to content

Releases: nlfiedler/hashed-array-tree

1.2.0

06 Nov 04:19

Choose a tag to compare

Fixed

  • Panic when dropping an empty IntoIterator.

Added

  • Add hat! macro, add split_off() and truncate() functions.

1.1.0

29 Oct 04:12

Choose a tag to compare

Added

  • Add Clone implementation for elements that implement Clone.
  • Add Send implementation for elements that implement Send.
  • Add append(), swap(), dedup_by(), and sort_unstable_by() functions.

1.0.0

25 Oct 04:59

Choose a tag to compare

Changed

  • Initial release