swimming 0.1.3

Dive into Efficiency with Swimming: A High-Performance, No-Nonsense Connection Pool
Documentation
[dependencies.lock_pool]
version = "0.2.0"

[dev-dependencies.futures]
version = "0.3.30"

[features]
alloc = ["lock_pool/alloc"]
std = ["lock_pool/std"]

[package]
authors = ["Clelland Green <cg@ironvelo.com>"]
categories = ["concurrency", "asynchronous", "no-std::no-alloc", "no-std", "network-programming"]
description = "Dive into Efficiency with Swimming: A High-Performance, No-Nonsense Connection Pool"
edition = "2021"
include = ["**/*.rs", "Cargo.toml", "README.md"]
keywords = ["connection-pooling", "no_std", "non-blocking", "embedded", "pool"]
license = "MIT OR Apache-2.0"
name = "swimming"
readme = "README.md"
repository = "https://github.com/IronVelo/swimming"
version = "0.1.3"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "doc_cfg", "--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]