fregate 0.17.1

Framework for services creation
Documentation
1
2
3
4
5
6
//! Set of middlewares
mod proxy_layer;
mod tracing;

pub use self::proxy_layer::*;
pub use self::tracing::*;