#hash #murmur3 #murmur

murmur3

A rust implementation of Murmur3 hash

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

#71 in Algorithms

Download history 458323/week @ 2025-01-28 473536/week @ 2025-02-04 478347/week @ 2025-02-11 465424/week @ 2025-02-18 488584/week @ 2025-02-25 878636/week @ 2025-03-04 736586/week @ 2025-03-11 1149257/week @ 2025-03-18 972745/week @ 2025-03-25 635096/week @ 2025-04-01 633419/week @ 2025-04-08 460603/week @ 2025-04-15 436268/week @ 2025-04-22 355502/week @ 2025-04-29 468571/week @ 2025-05-06 369961/week @ 2025-05-13

1,705,197 downloads per month
Used in 133 crates (50 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.

No runtime deps