nohash-hasher 0.2.0

An implementation of `std::hash::Hasher` which does not hash at all.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[features]
default = ["std"]
std = []

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