concurrent_diskmap 0.1.0

Multi-threaded disk-backed hash map with sharded locking (work in progress)
Documentation
[package]
name = "concurrent_diskmap"
version.workspace = true
edition.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
documentation.workspace = true
readme.workspace = true
keywords.workspace = true
categories.workspace = true
rust-version.workspace = true
description = "Multi-threaded disk-backed hash map with sharded locking (work in progress)"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]