const-murmur3

Crates.ioconst-murmur3
lib.rsconst-murmur3
version0.2.1
sourcesrc
created_at2022-03-01 22:45:03.245034
updated_at2022-06-12 19:01:47.675486
descriptionA const fn implementation of the murmur3 hashing algorithm
homepage
repositoryhttps://github.com/Reboare/const-murmur3
max_upload_size
id541885
size3,854
Booj (Reboare)

documentation

README

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.

Commit count: 4

cargo fmt