tenthash 0.1.0

A strong, simple, non-cryptographic 160-bit hash function.
Documentation
[[bench]]
harness = false
name = "hash"

[dependencies]
[dev-dependencies.criterion]
version = "0.3.6"

[package]
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
categories = ["algorithms", "no-std"]
description = "A strong, simple, non-cryptographic 160-bit hash function."
documentation = "https://docs.rs/tenthash"
edition = "2021"
keywords = ["hash", "checksum"]
license = "MIT OR Apache-2.0"
name = "tenthash"
readme = "README.md"
repository = "https://github.com/cessen/tenthash"
resolver = "2"
version = "0.1.0"