hyper-util 0.1.20

hyper utilities
Documentation
1
2
3
4
5
6
7
8
9
10
//! Composable pool services
//!
//! This module contains various concepts of a connection pool separated into
//! their own concerns. This allows for users to compose the layers, along with
//! any other layers, when constructing custom connection pools.

pub mod cache;
pub mod map;
pub mod negotiate;
pub mod singleton;