hash32
32-bit hashing algorithms
1.0.0
147M downloads/mo
#621 most downloaded on crates.io
rust-embedded-community/hash32
What this package is like to depend on
Last release 1 years ago
27 May 2025
Ships fairly regularly
a new release about every 1.4 years
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
8 years old
7 releases · first in 2018
0 releases in the last 12 months
see the full history below
Release timeline
7 releases · Apr 2018 to May 2025
2019
2020
2021
2022
2023
2024
2025
2026
Releases
latest 7-
1.0.027 May 2025Release notes
Open source →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
Release notes
Open source →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
- Added
-
0.3.109 Aug 2022 -
0.3.029 Apr 2022Release notes
Open source →Changed
- [breaking-change] Made
Hashera subtrait ofcore::hash::Hasher, and renamedfinishtofinish32to avoid conflicting - Relaxed some restrictions on
BuildHasherDefault
Removed
- [breaking-change] Removed
Hashin favour ofcore::hash::Hash - [breaking-change] Removed
BuildHasherin favour ofcore::hash::BuildHasher
- [breaking-change] Made
-
0.2.119 Apr 2021 -
0.2.019 Apr 2021Release notes
Open source →Changed
- [breaking-change]
const-fnfeature has been removed - [breaking-change] MSRV policy has been changed to "only latest stable is guaranteed to be supported"
- [breaking-change]
-
0.1.115 Nov 2019 -
0.1.023 Apr 2018