array_pool 0.1.0

A simple, tiered caching array pool implementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.thread_local]
version = "1.1.8"
[dev-dependencies.lazy_static]
version = "1.4.0"

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