9 releases (5 breaking)

0.5.2 Oct 10, 2022
0.5.1 Feb 4, 2020
0.5.0 Jan 26, 2020
0.4.1 Mar 17, 2018
0.1.0 Dec 7, 2015

#42 in Algorithms

Download history 105594/week @ 2024-07-19 108979/week @ 2024-07-26 101368/week @ 2024-08-02 126334/week @ 2024-08-09 149746/week @ 2024-08-16 143229/week @ 2024-08-23 117357/week @ 2024-08-30 151529/week @ 2024-09-06 128891/week @ 2024-09-13 169096/week @ 2024-09-20 154789/week @ 2024-09-27 179413/week @ 2024-10-04 169821/week @ 2024-10-11 181584/week @ 2024-10-18 211623/week @ 2024-10-25 172430/week @ 2024-11-01

774,282 downloads per month
Used in 104 crates (43 directly)

MIT/Apache

16KB
362 lines

murmur3

Actions Status Crates.io MSRV

This is a rust implementation of the fast, non-cryptographic hash murmur3.

See the API docs for example code.


lib.rs:

A pure rust implementation of the fast, non-cryptographic hash murmur3

No runtime deps