/murmur

Rust implementation of the Murmur hash algorithm

Primary LanguageC++MIT LicenseMIT

Kevin Cantu
May 2012

This is a Rust implementation of the 128-bit Murmur3 hash.

```
rustc -O --lib murmur.rs
rustc -O --lib djb.rs
rustt murmur.rs 
rustx bench.rs 
```