solana-nohash-hasher 0.2.1

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
15
[features]
default = ["std"]
std = []

[package]
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
description = "An implementation of `std::hash::Hasher` which does not hash at all."
documentation = "https://docs.rs/solana-nohash-hasher"
edition = "2021"
keywords = ["hash", "hasher", "hashmap", "hashset"]
license = "Apache-2.0 OR MIT"
name = "solana-nohash-hasher"
readme = "README.md"
repository = "https://github.com/solana-labs/nohash-hasher"
version = "0.2.1"