Releases: martinohmann/vecmap-rs
Releases · martinohmann/vecmap-rs
v0.1.9
0.1.9 (2022-12-13)
Bug Fixes
- remove unnecessary usages of
mem::transmute
(41d90b6)
v0.1.8
0.1.8 (2022-10-30)
Features
- set: implement
Clone
for IntoIter
(e78d5ee)
Miscellaneous
- enable
clippy::pedantic
warnings (d61b8f8)
v0.1.7
0.1.7 (2022-10-11)
Miscellaneous
- test: switch to
serde_test
(a980545)
v0.1.6
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
0.1.5 (2022-09-21)
Features
- entry: add
into_key
method to OccupiedEntry
(f94cbc3)
v0.1.4
0.1.4 (2022-09-18)
Features
- add sort methods (b443fe3)
- implement
Clone
for all immutable iterators (86478ba)
v0.1.3
0.1.3 (2022-09-17)
Features
v0.1.2
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
0.1.1 (2022-09-14)
Features
Miscellaneous
v0.1.0
0.1.0 (2022-09-14)
Features
Miscellaneous