tab-hash 0.3.0

Simple and twisted tabulation hashing for 32-bit and 64-bit unsigned integers.
Documentation
[badges.travis-ci]
repository = "HenningTimm/rust-tab-hash"

[build-dependencies.cc]
version = "1.0.46"

[dependencies.array-init]
version = "0.1.0"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.bincode]
version = "1.2.1"

[package]
authors = ["Henning Timm <henning.timm@tu-dortmund.de>"]
build = "build.rs"
description = "Simple and twisted tabulation hashing for 32-bit and 64-bit unsigned integers."
documentation = "https://docs.rs/tab-hash"
edition = "2018"
homepage = "https://github.com/HenningTimm/rust-tab-hash"
keywords = ["hash", "hashing"]
license = "MIT"
name = "tab-hash"
readme = "README.md"
repository = "https://github.com/HenningTimm/rust-tab-hash"
version = "0.3.0"