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

#38 in Algorithms

Download history 315958/week @ 2024-11-18 191466/week @ 2024-11-25 193803/week @ 2024-12-02 418827/week @ 2024-12-09 359087/week @ 2024-12-16 82781/week @ 2024-12-23 189748/week @ 2024-12-30 413200/week @ 2025-01-06 456580/week @ 2025-01-13 366650/week @ 2025-01-20 459748/week @ 2025-01-27 471455/week @ 2025-02-03 517151/week @ 2025-02-10 419530/week @ 2025-02-17 499005/week @ 2025-02-24 806949/week @ 2025-03-03

2,255,580 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.


lib.rs:

A pure rust implementation of the fast, non-cryptographic hash murmur3

No runtime deps