silent 2.16.1

Silent Web Framework
Documentation
1
2
3
4
5
6
7
pub mod middleware_trait;
pub mod middlewares;
#[cfg(feature = "tower-compat")]
#[doc(hidden)]
pub mod tower_compat;

pub use middleware_trait::MiddleWareHandler;