bufpool 0.2.4

Vec<u8> pool allocator
Documentation
[package]
name = "bufpool"
version = "0.2.4"
description = "Vec<u8> pool allocator"
license = "Apache-2.0"
homepage = "https://github.com/wilsonzlin/bufpool"
repository = "https://github.com/wilsonzlin/bufpool.git"
authors = ["Wilson Lin <code@wilsonl.in>"]
edition = "2021"

[features]
no-pool = []

[dependencies]
once_cell = "1.17.1"
parking_lot = "0.12.1"

[dev-dependencies]
criterion = "0.4.0"
libc = "0.2.142"

[[bench]]
name = "buf"
harness = false