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 54868/week @ 2024-01-10 61478/week @ 2024-01-17 55843/week @ 2024-01-24 58478/week @ 2024-01-31 62372/week @ 2024-02-07 52677/week @ 2024-02-14 68721/week @ 2024-02-21 79756/week @ 2024-02-28 72323/week @ 2024-03-06 69252/week @ 2024-03-13 68965/week @ 2024-03-20 86845/week @ 2024-03-27 87629/week @ 2024-04-03 86170/week @ 2024-04-10 89185/week @ 2024-04-17 74102/week @ 2024-04-24

356,022 downloads per month
Used in 90 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