tower_web_protobuf/middleware/
mod.rs

1//! Some handy Middleware.
2
3pub mod protobuf;
4
5pub use protobuf::ProtobufMiddleware;