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

#59 in Algorithms

Download history 73146/week @ 2023-12-04 59283/week @ 2023-12-11 55478/week @ 2023-12-18 16754/week @ 2023-12-25 39847/week @ 2024-01-01 55834/week @ 2024-01-08 56960/week @ 2024-01-15 57344/week @ 2024-01-22 57143/week @ 2024-01-29 61523/week @ 2024-02-05 59979/week @ 2024-02-12 54491/week @ 2024-02-19 79161/week @ 2024-02-26 77047/week @ 2024-03-04 67526/week @ 2024-03-11 70407/week @ 2024-03-18

295,430 downloads per month
Used in 87 crates (33 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