6 lines
152 B
Rust
6 lines
152 B
Rust
|
|
//! Custom middleware for the application.
|
||
|
|
//!
|
||
|
|
//! This module contains custom middleware implementations including rate limiting.
|
||
|
|
|
||
|
|
pub mod rate_limit;
|