tower/tower-rate-limit
Carl Lerche bf8c3b885a
mock: Use Box<Error> instead of a generic (#177)
Refs: #131
2019-03-01 13:56:57 -08:00
..
src layer: Add `tower-layer` and the `Layer` trait (#163) 2019-02-27 15:28:42 -05:00
tests mock: Use Box<Error> instead of a generic (#177) 2019-03-01 13:56:57 -08:00
Cargo.toml layer: Add `tower-layer` and the `Layer` trait (#163) 2019-02-27 15:28:42 -05:00
README.md License Tower under MIT only 2017-11-16 09:44:44 -08:00

README.md

Tower Rate Limit

A Tower middleware that rate limits the requests that are passed to the inner service.