1 2 3 4 5 6
mod limiter; pub use limiter::RateLimitConfig; #[cfg(feature = "rate-limit")] pub use limiter::MailRateLimiter;