safa-buffer-pool 0.1.0

A tool, to create and manage buffer pools quickly and easily in Rust
Documentation
[dependencies.tokio]
features = ["sync", "rt"]
version = "1.45.1"

[lib]
name = "safa_buffer_pool"
path = "src/lib.rs"

[package]
authors = ["Alexandre Fromantin <oalexandrefromantin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching"]
description = "A tool, to create and manage buffer pools quickly and easily in Rust"
edition = "2024"
keywords = ["rust", "pool", "buffer"]
license = "MIT"
name = "safa-buffer-pool"
readme = "README.md"
repository = "https://github.com/Alexandre-Fromantin/safa-buffer-pool"
version = "0.1.0"