[[bench]]
harness = false
name = "mempool"
[badges.codecov]
repository = "sebastiencs/shared-arena"
[dependencies.static_assertions]
version = "1"
[dev-dependencies.criterion]
version = "0.3"
[lib]
bench = false
[package]
authors = ["Sebastien Chapuis <sebastien@chapu.is>"]
categories = ["memory-management", "concurrency"]
description = "A thread-safe & efficient memory pool "
edition = "2018"
homepage = "https://github.com/sebastiencs/shared-arena"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["memory", "pool", "thread"]
license = "MIT"
name = "shared_arena"
readme = "README.md"
repository = "https://github.com/sebastiencs/shared-arena"
version = "0.8.1"