quickxorhash 0.1.0

Fast implementation of QuickXorHash in Rust.
Documentation
[[bench]]
harness = false
name = "bench"

[dependencies]

[dev-dependencies.base64]
version = "0.21.0"

[dev-dependencies.bencher]
version = "0.1.5"

[package]
categories = ["algorithms"]
description = "Fast implementation of QuickXorHash in Rust."
edition = "2021"
homepage = "https://github.com/guyru/quickxorhash"
keywords = ["checksum", "digest", "hash", "quickxorhash"]
license = "MIT OR Apache-2.0"
name = "quickxorhash"
readme = "README.md"
repository = "https://github.com/guyru/quickxorhash"
version = "0.1.0"