object-pool 0.2.3

A thread-safe object pool with automatic return and attach/detach semantics
Documentation
[package]
name = "object-pool"
version = "0.2.3"
authors = ["CJP10"]
edition = "2018"
description = "A thread-safe object pool with automatic return and attach/detach semantics"
readme = "README.md"
repository = "https://github.com/CJP10/object-pool"
homepage = "https://github.com/CJP10/object-pool"
documentation = "https://docs.rs/object-pool"
keywords = ["atomic", "garbage", "non-blocking", "lock-free"]
categories = ["concurrency", "memory-management", "data-structures"]
license = "MIT/Apache-2.0"

[dev-dependencies]
criterion = "0.2"
criterion-plot = "0.3"

[[bench]]
name = "bench"
harness = false

[profile.release]
debug = true
lto = true
opt-level = 3
incremental = false

[profile.bench]
lto = true
opt-level = 3
incremental = false