net-pool 0.3.0

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

pub use ch_strategy::CHStrategy;
pub use h_strategy::HashStrategy;
pub use rr_strategy::RRStrategy;
pub use strategy::{LbStrategy, Strategy};