array_pool 0.1.3

A simple, tiered caching array pool implementation in Rust.
Documentation
[dependencies.thread_local]
version = "1.1.8"

[dev-dependencies.lazy_static]
version = "1.4.0"

[lib]
name = "array_pool"
path = "src/lib.rs"

[package]
authors = ["Nguyễn Khánh Nam <cycastic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A simple, tiered caching array pool implementation in Rust."
edition = "2021"
license-file = "LICENSE.txt"
name = "array_pool"
readme = "README.md"
version = "0.1.3"