6 lines
152 B
Rust
Raw Normal View History

//! Custom middleware for the application.
//!
//! This module contains custom middleware implementations including rate limiting.
pub mod rate_limit;