tower/tower-rate-limit
Carl Lerche 720d31c65f
rate-limit: Refresh layout (#189)
- Switch to `Box<Error>`
- Break up lib.rs into multiple files.
- Use `tokio::clock::now` instead of `Instant::now`.
2019-03-08 22:44:48 -08:00
..
src rate-limit: Refresh layout (#189) 2019-03-08 22:44:48 -08:00
tests mock: Use Box<Error> instead of a generic (#177) 2019-03-01 13:56:57 -08:00
Cargo.toml depend on tower-service from crates.io (#186) 2019-03-06 13:38:58 -08: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.