concurrent_diskmap 0.1.0

Multi-threaded disk-backed hash map with sharded locking (work in progress)
Documentation
[dependencies]

[lib]
name = "concurrent_diskmap"
path = "src/lib.rs"

[package]
authors = ["Fabian Murariu <fabian.murariu@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "database-implementations", "memory-management"]
description = "Multi-threaded disk-backed hash map with sharded locking (work in progress)"
documentation = "https://docs.rs/opendiskmap"
edition = "2024"
homepage = "https://github.com/fabianmurariu/mapx2"
keywords = ["hashmap", "disk", "storage", "mmap", "database"]
license = "Apache-2.0"
name = "concurrent_diskmap"
readme = "Readme.MD"
repository = "https://github.com/fabianmurariu/mapx2"
rust-version = "1.85"
version = "0.1.0"

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