prehash 0.3.2

A crate for storing values with precomputed hashes.
Documentation
[badges.maintenance]
status = "experimental"

[features]
default = ["std"]
std = []

[package]
authors = ["Nathan Sharp <nwsharp@live.com>"]
categories = ["caching", "data-structures", "no-std"]
description = "A crate for storing values with precomputed hashes."
edition = "2018"
keywords = ["hash", "memoize", "hashmap", "hashset", "precompute"]
license = "MPL-2.0-no-copyleft-exception"
name = "prehash"
readme = "README.md"
repository = "https://gitlab.com/nwsharp/prehash"
version = "0.3.2"
[profile.bench]
codegen-units = 1
lto = "fat"

[profile.release]
codegen-units = 1
lto = "fat"