Dead simple async connection pool for managing database connections and other resources.
# Cargo.toml
[dependencies]
deadpool = "0.13.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a simple async connection pool with a custom manager.
Add tokio or async-std as a dependency and use an async runtime
No dependency data recorded yet.