bufpool 0.2.0

Vec<u8> pool allocator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.off64]
version = "0.6.0"

[dependencies.once_cell]
version = "1.17.1"

[dependencies.parking_lot]
version = "0.12.1"

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