net-pool 0.5.1

A set of types for network connection pool.
Documentation
1
2
3
4
5
6
7
8
9
10
mod ch_strategy;
mod h_strategy;
mod rr_strategy;
mod strategy;
mod backends;

pub use ch_strategy::CHStrategy;
pub use h_strategy::HashStrategy;
pub use rr_strategy::RRStrategy;
pub use strategy::*;