1
2
3
4
5
//! This module implements various middlewares/handlers for popular web framework,
//! Which can simplify write/read procotols of remote storage.

#[cfg(feature = "warp")]
pub mod warp;