rustc-stable-hash
A stable hashing algorithm used by rustc
0.1.2
18M downloads/mo
#2178 most downloaded on crates.io
rust-lang/rustc-stable-hash
What this package is like to depend on
Last release 1 years ago
05 Mar 2025
Ships on a steady schedule
a new release about every 4 months
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
2 years old
3 releases · first in 2024
0 releases in the last 12 months
see the full history below
Release timeline
3 releases · Jul 2024 to Mar 2025Releases
latest 3-
0.1.205 Mar 2025Release notes
Open source →Another intermediate release, this time with a fix for
<StableSipHasher128 as Hasher>::finishnot being platform agnostic.Release notes
- Fix
<StableSipHasher128 as Hasher>::finishnot being platform agnostic #12
Release notes
Open source →- Fix
<StableSipHasher128 as Hasher>::finishnot being platform agnostic #12
- Fix
-
0.1.110 Dec 2024Release notes
Open source → -
0.1.011 Jul 2024Release notes
Open source →This is the first release of this crate:
rustc-stable-hashversion0.1.0.Release notes
- Rename
StableHasherResulttoFromStableHash#8 - Use new-type for returned-hash of
SipHasher128(Hash) #8 - Introduce multi hasher support #8
StableHasher::finishnow returns a small hash instead of being fatal #6- Remove
StableHasher::finalize#4 - Import stable hasher implementation from rustc (db8aca48129)
Release notes
Open source →- Rename
StableHasherResulttoFromStableHash#8 - Use new-type for returned-hash of
SipHasher128(Hash) #8 - Introduce multi hasher support #8
StableHasher::finishnow returns a small hash instead of being fatal #6- Remove
StableHasher::finalize#4 - Import stable hasher implementation from rustc (db8aca48129)
- Rename