fasthash-sys 0.3.2

A suite of non-cryptographic hash functions for Rust.
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.37"

[build-dependencies.gcc]
version = "0.3"

[dependencies]

[features]
aes = []
avx = ["aes"]
avx2 = ["aes"]
default = ["sse42", "aes", "avx", "avx2"]
gen = ["bindgen"]
sse42 = []

[package]
authors = ["Flier Lu <flier.lu@gmail.com>"]
build = "build.rs"
description = "A suite of non-cryptographic hash functions for Rust."
homepage = "https://github.com/flier/rust-fasthash"
keywords = ["hash", "hashing"]
license = "Apache-2.0"
links = "fasthash"
name = "fasthash-sys"
repository = "https://github.com/flier/rust-fasthash.git"
version = "0.3.2"