Expand description
State stores for rate limiters
Re-exports§
pub use direct::*;
Modules§
- Direct rate limiters (those that can only hold one state).
- Keyed rate limiters (those that can hold one state per key).
Structs§
- An in-memory representation of a GCRA’s rate-limiting state.
- A rate limiter.
Traits§
- A way for rate limiters to keep state.