xhash 0.1.32

wrap xxhash-rust for easy use
Documentation
[dependencies.intbin]
version = "0.2.3"

[dependencies.xxhash-rust]
features = ["const_xxh3", "xxh3"]
version = "0.8.15"

[dev-dependencies.aok]
version = "0.1.17"

[dev-dependencies.ifs]
features = ["fs"]
version = "0.1.45"

[features]
default = ["xhash"]
fs = []
hash_li = ["xhash"]
hasher = []
xhash = []

[lib]
name = "xhash"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "wrap xxhash-rust for easy use"
edition = "2021"
homepage = "https://github.com/i18n-site/rust/tree/main/xhash"
license = "MulanPSL-2.0"
name = "xhash"
readme = false
repository = "https://github.com/i18n-site/rust.git"
version = "0.1.32"

[package.metadata.docs.rs]
all-features = true
rustc-args = ["-C", "target-feature=+aes"]

[[test]]
name = "main"
path = "tests/main.rs"