# murmur3 [![Actions Status](https://github.com/stusmall/murmur3/workflows/build/badge.svg)](https://github.com/stusmall/murmur3/actions) [![Crates.io](https://img.shields.io/crates/v/murmur3.svg)](https://crates.io/crates/murmur3) [![MSRV](https://img.shields.io/badge/rustc-1.32+-lightgray.svg)](https://blog.rust-lang.org/2019/01/17/Rust-1.32.0.html) This is a rust implementation of the fast, non-cryptographic hash [murmur3](https://en.wikipedia.org/wiki/MurmurHash). See the [API docs](https://docs.rs/murmur3/) for example code.