connection-pool 0.1.1

A high-performance, generic async connection pool for Rust with background cleanup and comprehensive logging
Documentation
[dependencies.log]
version = "0.4.27"

[dependencies.tokio]
features = ["full"]
version = "1.47.1"

[dev-dependencies.env_logger]
version = "0.11.8"

[[example]]
name = "background_cleanup_example"
path = "examples/background_cleanup_example.rs"

[[example]]
name = "db_example"
path = "examples/db_example.rs"

[[example]]
name = "echo_example"
path = "examples/echo_example.rs"

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

[package]
authors = ["ssrlive"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "database"]
description = "A high-performance, generic async connection pool for Rust with background cleanup and comprehensive logging"
documentation = "https://docs.rs/connection-pool"
edition = "2024"
homepage = "https://github.com/ssrlive/connection-pool"
keywords = ["async", "connection-pool", "tokio", "generic", "background-cleanup"]
license = "MIT"
name = "connection-pool"
readme = "README.md"
repository = "https://github.com/ssrlive/connection-pool"
version = "0.1.1"

[[test]]
name = "toSocketAddrs_tests"
path = "tests/toSocketAddrs_tests.rs"