Skip to content

Releases: martinohmann/vecmap-rs

v0.1.9

13 Dec 10:46
7c841cc
Compare
Choose a tag to compare

0.1.9 (2022-12-13)

Bug Fixes

  • remove unnecessary usages of mem::transmute (41d90b6)

v0.1.8

30 Oct 18:58
8f081a0
Compare
Choose a tag to compare

0.1.8 (2022-10-30)

Features

  • set: implement Clone for IntoIter (e78d5ee)

Miscellaneous

  • enable clippy::pedantic warnings (d61b8f8)

v0.1.7

11 Oct 16:56
b4858a3
Compare
Choose a tag to compare

0.1.7 (2022-10-11)

Miscellaneous

  • test: switch to serde_test (a980545)

v0.1.6

02 Oct 14:24
8104636
Compare
Choose a tag to compare

0.1.6 (2022-10-02)

Features

  • add as_slice, to_vec and into_vec methods (3f1906d)

Bug Fixes

  • remove some needless borrows (29bd06e)

v0.1.5

21 Sep 18:49
c83107c
Compare
Choose a tag to compare

0.1.5 (2022-09-21)

Features

  • entry: add into_key method to OccupiedEntry (f94cbc3)

v0.1.4

18 Sep 13:36
430f1a5
Compare
Choose a tag to compare

0.1.4 (2022-09-18)

Features

  • add sort methods (b443fe3)
  • implement Clone for all immutable iterators (86478ba)

v0.1.3

17 Sep 12:03
581e4c7
Compare
Choose a tag to compare

0.1.3 (2022-09-17)

Features

v0.1.2

15 Sep 21:09
21d0334
Compare
Choose a tag to compare

0.1.2 (2022-09-15)

Features

Bug Fixes

  • manually implement PartialEq and Eq (6809137)

Miscellaneous

  • add documentation link to Cargo.toml (4c76dc1)

v0.1.1

14 Sep 19:57
2f3b7bb
Compare
Choose a tag to compare

0.1.1 (2022-09-14)

Features

Miscellaneous

v0.1.0

14 Sep 19:15
1f9e325
Compare
Choose a tag to compare

0.1.0 (2022-09-14)

Features

Miscellaneous