# xxhash2 [![Build Status](https://travis-ci.org/alexcrichton/xxhash2-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/xxhash2-rs) [![Build status](https://ci.appveyor.com/api/projects/status/fxh5w6tyk1f68kuh?svg=true)](https://ci.appveyor.com/project/alexcrichton/xxhash2-rs) [Documentation](http://alexcrichton.com/xxhash2-rs/xxhash2/index.html) Bindings to the official [libxxhash] implementation in Rust. [libxxhash]: https://github.com/Cyan4973/xxHash ```toml # Cargo.toml [dependencies] xxhash2 = "0.1" ``` # License `xxhash2-rs` is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses. See LICENSE-APACHE, and LICENSE-MIT for details.