Releases: rust-embedded-community/hash32
Releases · rust-embedded-community/hash32
Release 1.0.0
Added
- Added
Debug
implementations to hashers. - Added
Clone
implementations to hashers.
Changed
- Updated the edition from 2015 to 2021.
Removed
- Removed the
byteorder
dependency. - Removed the
BuildHasherDefault
type.- This type existed because
core::hash::BuildHasherDefault
did not have a const constructor. - As of 1.85
core::hash::BuildHasherDefault
has a const constructor.
- This type existed because