lockmap 0.1.3

A high-performance, thread-safe HashMap implementation for Rust that provides fine-grained locking at the key level.
Documentation
[dependencies.atomic-wait]
version = "1"

[dev-dependencies.rand]
version = "0"

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

[package]
authors = ["SF-Zhou <sfzhou.scut@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A high-performance, thread-safe HashMap implementation for Rust that provides fine-grained locking at the key level."
edition = "2021"
homepage = "https://github.com/SF-Zhou/lockmap"
license = "MIT OR Apache-2.0"
name = "lockmap"
readme = "README.md"
repository = "https://github.com/SF-Zhou/lockmap"
version = "0.1.3"