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

#40 in Algorithms

Download history 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 172448/week @ 2024-11-01 292929/week @ 2024-11-08 329840/week @ 2024-11-15

1,046,325 downloads per month
Used in 114 crates (45 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