PackageTrack
Sign in Get early access

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
Release Pre-release

Releases

latest 7
  1. 1.0.0 27 May 2025
    Release notes

    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.
    Open source →
    Release notes

    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.
    Open source →
  2. 0.3.1 09 Aug 2022
    Release notes

    Fixed

    • fixed downstream clippy warnings around murmur3::Hasher
    Open source →
  3. 0.3.0 29 Apr 2022
    Release notes

    Changed

    • [breaking-change] Made Hasher a subtrait of core::hash::Hasher, and renamed finish to finish32 to avoid conflicting
    • Relaxed some restrictions on BuildHasherDefault

    Removed

    • [breaking-change] Removed Hash in favour of core::hash::Hash
    • [breaking-change] Removed BuildHasher in favour of core::hash::BuildHasher
    Open source →
  4. 0.2.1 19 Apr 2021
    Release notes

    Added

    • implement Clone, PartialEq, Eq for BuildDefaultHasher
    Open source →
  5. 0.2.0 19 Apr 2021
    Release notes

    Changed

    • [breaking-change] const-fn feature has been removed
    • [breaking-change] MSRV policy has been changed to "only latest stable is guaranteed to be supported"
    Open source →
  6. 0.1.1 15 Nov 2019
    Release notes

    Added

    • Implementations for tuples
    Open source →
  7. 0.1.0 23 Apr 2018
    Release notes

    Initial release

    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive