array_pool 0.1.3

A simple, tiered caching array pool implementation in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "array_pool"

version = "0.1.3"

edition = "2021"

authors = ["Nguyễn Khánh Nam <cycastic@gmail.com>"]

description = "A simple, tiered caching array pool implementation in Rust."

license-file = "LICENSE.txt"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[dependencies]

thread_local = "1.1.8"



[dev-dependencies]

lazy_static = "1.4.0"