This repository was archived by the owner on Sep 11, 2023. It is now read-only.
Releases: sugar700/enum-map
Releases · sugar700/enum-map
v2.6.2
v2.6.1
v2.6.0
v2.5.0
New features
- Implemented
EnumMap::as_arrayandEnumMap::as_mut_array(implemented by @Fuuzetsu). - Implemented
PartialOrdandOrdforEnumMap(implemented by @nicarran).
New Contributors
Full Changelog: v2.4.2...v2.5.0
v2.4.2
Other changes
- Added license files to crate tarball.
- Added changelog to crate tarball.
New Contributors
- @michel-slm made their first contribution in #33
Full Changelog: v2.4.1...v2.4.2
v2.4.1
v2.4.0
New features
-
Implemented
Enumfor()(unit type) andcore::cmp::Ordering(implemented by @phimuemue). -
Implemented
EnumMap::into_array.