opool 0.1.0

Fast lock-free concurrent and local automaticly collected object pool
Documentation
[[bench]]
harness = false
name = "bench"
[dependencies.crossbeam-queue]
version = "0.3"
[dev-dependencies.criterion]
version = "0.4"

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

[package]
authors = ["Khashayar Fereidani"]
categories = ["memory-management", "concurrency", "no-std"]
description = "Fast lock-free concurrent and local automaticly collected object pool"
documentation = "https://docs.rs/opool"
edition = "2021"
keywords = ["pool", "object-pool", "lock-free", "no_std"]
license = "MIT"
name = "opool"
readme = "README.md"
repository = "https://github.com/fereidani/opool"
version = "0.1.0"