mobc
A generic connection pool, but async/.await

Documentation
Note: mobc requires at least Rust 1.39.
Features
- Support async/.await syntax.
- Mobc can be used in tokio and async-std runtimes.
- Simple and fast customization
Usage
toml
[dependencies]
mobc = "0.2.8"
implementation
benchmark
The benchmark is not ready