Skip to main content

Module norate

Module norate 

Source
Expand description

NoRateLimit — a no-op RateLimitStore for hosts that opt out of codlet-managed rate limiting.

Satisfies the RateLimitStore bound without performing any I/O. Use this as the RL type parameter of super::code::CodeAuth when the host provides its own rate limiting at the network or application layer.

Structs§

NoRateLimit
A no-op rate-limit store. Every check returns Allow; every record_failure and clear_failures is a no-op.