trypema 1.1.0

High-performance rate limiting primitives in Rust, designed for concurrency safety, low overhead, and predictable latency.
Documentation
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod runtime;

#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
pub(super) mod common;

#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_absolute_hybrid_rate_limiter;
mod test_absolute_local_rate_limiter;
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_absolute_redis_rate_limiter;
mod test_builder;
mod test_cleanup_loop;
mod test_common_validation;
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_redis_state_absolute_hybrid_rate_limiter;
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_redis_state_absolute_redis_rate_limiter;
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_redis_state_suppressed_hybrid_rate_limiter;
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_redis_state_suppressed_redis_rate_limiter;
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_suppressed_hybrid_rate_limiter;
mod test_suppressed_local_rate_limiter;
#[cfg(any(feature = "redis-tokio", feature = "redis-smol"))]
mod test_suppressed_redis_rate_limiter;