chateau 0.3.2

Tower primitives for Servers and Clients with ergonomic APIs
Documentation
1
2
3
4
5
6
7
8
9
//! General tower services used for composition in this module.

mod make;
mod serviceref;
mod shared;

pub use self::make::{BoxMakeServiceLayer, BoxMakeServiceRef, MakeServiceRef, make_service_fn};
pub use self::serviceref::ServiceRef;
pub use self::shared::SharedService;