Releases: rust-embedded-community/hash32
Releases · rust-embedded-community/hash32
Release 1.0.0
Added
- Added
Debugimplementations to hashers. - Added
Cloneimplementations to hashers.
Changed
- Updated the edition from 2015 to 2021.
Removed
- Removed the
byteorderdependency. - Removed the
BuildHasherDefaulttype.- This type existed because
core::hash::BuildHasherDefaultdid not have a const constructor. - As of 1.85
core::hash::BuildHasherDefaulthas a const constructor.
- This type existed because