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

#37 in Algorithms

Download history 206411/week @ 2024-10-24 172746/week @ 2024-10-31 251807/week @ 2024-11-07 348413/week @ 2024-11-14 285456/week @ 2024-11-21 156772/week @ 2024-11-28 309213/week @ 2024-12-05 411293/week @ 2024-12-12 169710/week @ 2024-12-19 93306/week @ 2024-12-26 350089/week @ 2025-01-02 473100/week @ 2025-01-09 371280/week @ 2025-01-16 438542/week @ 2025-01-23 467912/week @ 2025-01-30 514099/week @ 2025-02-06

1,874,763 downloads per month
Used in 127 crates (49 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