hydra-dashmap 0.1.21

A fork of dashmap for the hydra framework.
Documentation
[dependencies.arbitrary]
optional = true
version = "1.3.0"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.hashbrown]
default-features = false
version = "0.14.0"

[dependencies.lock_api]
version = "0.4.10"

[dependencies.once_cell]
version = "1.18.0"

[dependencies.parking_lot_core]
version = "0.9.8"

[dependencies.rayon]
optional = true
version = "1.7.0"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.188"

[features]
inline = ["hashbrown/inline-more"]
raw-api = []

[package]
categories = ["asynchronous", "concurrency", "network-programming"]
description = "A fork of dashmap for the hydra framework."
edition = "2021"
license = "MIT"
name = "hydra-dashmap"
readme = "./README.md"
repository = "https://github.com/dtzxporter/hydra"
version = "0.1.21"
[package.metadata.docs.rs]
features = ["rayon", "raw-api", "serde"]