xxhash2

Crates.ioxxhash2
lib.rsxxhash2
version0.1.0
sourcesrc
created_at2016-03-17 06:21:07.868576
updated_at2016-03-17 06:21:07.868576
descriptionBindings 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.
homepagehttps://github.com/alexcrichton/xxhash2-rs
repositoryhttps://github.com/alexcrichton/xxhash2-rs
max_upload_size
id4474
size27,921
Alex Crichton (alexcrichton)

documentation

http://alexcrichton.com/xxhash2-rs

README

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.

Commit count: 23

cargo fmt