governor icon indicating copy to clipboard operation
governor copied to clipboard

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

governor - a library for regulating the flow of data

This library is an implementation of the Generic Cell Rate Algorithm for rate limiting in Rust programs.

See the README for the governor crate for details.

Related projects

  • tide-governor: A tide middleware that provides rate-limiting functionality backed by governor.

  • actix-governor: A middleware for actix-web that provides rate-limiting backed by governor.