nohash 0.2.0

An implementation of `std::hash::Hasher` which does not hash at all.
Documentation
[features]
default = ["std"]
std = []

[package]
authors = ["Parity Technologies <admin@parity.io>"]
description = "An implementation of `std::hash::Hasher` which does not hash at all."
documentation = "https://docs.rs/nohash"
edition = "2018"
homepage = "https://github.com/tetcoin/nohash"
keywords = ["hash", "hasher", "hashmap", "hashset"]
license = "Apache-2.0 OR MIT"
name = "nohash"
readme = "README.md"
repository = "https://github.com/tetcoin/nohash"
version = "0.2.0"