[[bench]]
harness = false
name = "hashmap_bench"
[dependencies]
[dev-dependencies.criterion]
version = "0.5.1"
[dev-dependencies.rand]
version = "0.8.5"
[package]
authors = ["A4-Tacks <wdsjxhno1001@163.com>"]
description = "A wrapper for storing hash results to avoid running costly hash functions multiple times without modifying the value"
edition = "2021"
keywords = ["hash", "cache"]
license = "MIT"
name = "hash_on_write"
readme = "README.md"
repository = "https://github.com/A4-Tacks/hash_on_write-rs"
version = "0.2.0"