Crate l337

Source
Expand description

Connection pooling library for tokio.

Any connection type that implements the ManageConnection trait can be used with this libary.

Structs§

Config
Configuration for the connection pool
Conn
A smart wrapper around a connection which stores it back in the pool when it is dropped.
Pool
General connection pool

Enums§

Error
Error type returned by this module

Traits§

ManageConnection
A trait which provides connection-specific functionality.