sharded-slab 0.1.7

A lock-free concurrent slab.
Documentation
[[bench]]
harness = false
name = "bench"
[badges.maintenance]
status = "experimental"
[dependencies.lazy_static]
version = "1"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.indexmap]
version = "1"

[dev-dependencies.memory-stats]
version = "1"

[dev-dependencies.proptest]
version = "1"

[dev-dependencies.slab]
version = "0.4.2"

[package]
authors = ["Eliza Weisman <eliza@buoyant.io>"]
categories = ["memory-management", "data-structures", "concurrency"]
description = "A lock-free concurrent slab.\n"
documentation = "https://docs.rs/sharded-slab/"
edition = "2018"
homepage = "https://github.com/hawkw/sharded-slab"
keywords = ["slab", "allocator", "lock-free", "atomic"]
license = "MIT"
name = "sharded-slab"
readme = "README.md"
repository = "https://github.com/hawkw/sharded-slab"
rust-version = "1.42.0"
version = "0.1.7"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(loom)".dependencies.loom]
features = ["checkpoint"]
optional = true
version = "0.5"
[target."cfg(loom)".dev-dependencies.loom]
features = ["checkpoint"]
version = "0.5"