const-murmur3 0.3.0

A const fn implementation of the murmur3 hashing algorithm
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 4.37 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 481.36 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 14s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Reboare/const-murmur3
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Reboare

const-murmur3

A minimal rust library containing a const fn no_std compatible version of the murmur32 hashing algorithm.

Murmur3 is not suitable as a hashing algorithm where security is concerned and should only be used for general lookups.