Macros§
- new_
limit - Compile-time checked macro to create a new
Limit
instance. If you want to create dynamically configured limits, useLimit::new
instead.
Structs§
- Limit
- Rate limit setting.
- Limit
Result - Result of a limit check.
- Limiter
- Rate limiter backed by Redis.