xxhash2

Bindings to libxxhash to provide the xxHash algorithm in Rust. Also contains an implementation of the std::hash traits so this can be used with the standard HashMap.


Keywords
hash
Licenses
MIT/Apache-2.0

Documentation

xxhash2

Build Status Build status

Documentation

Bindings to the official libxxhash implementation in Rust.

# 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.