Crates.io | xxhash2 |
lib.rs | xxhash2 |
version | 0.1.0 |
source | src |
created_at | 2016-03-17 06:21:07.868576 |
updated_at | 2016-03-17 06:21:07.868576 |
description | 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. |
homepage | https://github.com/alexcrichton/xxhash2-rs |
repository | https://github.com/alexcrichton/xxhash2-rs |
max_upload_size | |
id | 4474 |
size | 27,921 |
Bindings to the official libxxhash implementation in Rust.
# Cargo.toml
[dependencies]
xxhash2 = "0.1"
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.