const-murmur3 0.2.1

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: 3.54 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 498.08 kB This is the summed size of all files generated by rustdoc for all configured targets
  • 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.