limitador

Crates.iolimitador
lib.rslimitador
version0.7.0
sourcesrc
created_at2020-07-29 10:33:25.195586
updated_at2024-09-17 13:43:08.881707
descriptionRate limiting library
homepagehttps://kuadrant.io
repositoryhttps://github.com/kuadrant/limitador
max_upload_size
id270885
size312,837
kuadrant-dev (kuadrant-dev)

documentation

https://docs.rs/limitador

README

Limitador (library)

Crates.io docs.rs

An embeddable rate-limiter library supporting in-memory, Redis and disk data stores.

For the complete documentation of the crate's API, please refer to docs.rs

Features

  • redis_storage: support for using Redis as the data storage backend.
  • disk_storage: support for using RocksDB as a local disk storage backend.
  • lenient_conditions: support for the deprecated syntax of Conditions
  • default: redis_storage.
Commit count: 905

cargo fmt