array_pool 0.1.2

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
16
[package]
name = "array_pool"
version = "0.1.2"
edition = "2021"
authors = ["Nguyễn Khánh Nam <cycastic@gmail.com>"]
description = "A simple, tiered caching array pool implementation in Rust."
license = "MIT"
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"