Expand description
Modules§
Structs§
- InMemory
State - An in-memory representation of a GCRA’s rate-limiting state.
- Rate
Limiter
Traits§
- State
Store - A way for rate limiters to keep state.
Type Aliases§
- Dash
MapState Store - A concurrent, thread-safe and fairly performant hashmap based on [
DashMap
].