Revision control
Copy as Markdown
Other Tools
[package]
name = "cachemap2"
version = "0.3.0"
authors = ["Alex Franchuk <alex.franchuk@gmail.com>"]
edition = "2021"
keywords = ["sync", "data-structure", "cache", "hash-map"]
categories = ["concurrency", "data-structures", "caching"]
description = "A concurrent insert-only hashmap for caching values"
readme = "README.md"
license = "MIT"
[dependencies]
dashmap = { version = "5.1", optional = true }
abi_stable = { version = ">=0.9", optional = true }