Expand description
This crate implements a throttling API based on a generic cell rate algorithm. The implementation uses an in-memory store, but can be adjusted in the future to support using a redis-cell equipped redis server to share the throttles among multiple machines.