// SPDX-FileCopyrightText: Szilárd Hajba
// SPDX-License-Identifier: LGPL-3.0-or-later
//! Rate Limiting System
//!
//! Hierarchical rate limiting with GCRA algorithm for DDOS protection.
//! Supports multiple address levels (IPv4 /32, /24; IPv6 /128, /64, /48)
//! and includes proof-of-work counter for CONN action abuse prevention.
pub use ;
pub use ;
pub use ;
pub use ;
pub use RateLimitManager;
pub use RateLimitLayer;
// vim: ts=4