prehash 1.0.0

A crate for storing values with precomputed hashes.
Documentation
[features]
default = ["std"]
doc_cfg = []
std = []

[package]
authors = ["Nathan Sharp <nwsharp@live.com>"]
categories = ["caching", "data-structures", "no-std"]
description = "A crate for storing values with precomputed hashes."
edition = "2021"
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 = "1.0.0"

[package.metadata.docs.rs]
all-features = true

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

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