Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/boinkor-net/governor

A rate-limiting library for Rust (f.k.a. ratelimit_meter)
https://github.com/boinkor-net/governor

async gcra in-memory no-std rate-limiting rust

Last synced: 5 days ago
JSON representation

A rate-limiting library for Rust (f.k.a. ratelimit_meter)

Lists

README

        

# governor - a library for regulating the flow of data

This library is an implementation of the [Generic Cell Rate
Algorithm](https://en.wikipedia.org/wiki/Generic_cell_rate_algorithm)
for rate limiting in Rust programs.

See the [README for the `governor` crate](governor/README.md) for details.

## Related projects

+ [tide-governor](https://github.com/ohmree/tide-governor): A tide middleware that provides rate-limiting functionality backed by governor.

+ [actix-governor](https://github.com/AaronErhardt/actix-governor): A middleware for actix-web that provides rate-limiting backed by governor.