Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 31 million developers.
Sign up
Pinned
1,617 contributions in the last year
Activity overview
Contribution activity
April 2019
Created a pull request in tower-rs/tower that received 5 comments
Consolidate `limit` layers
InFlightLimit and RateLimit are moved into tower-limit crate.
InFlightLimit is renamed to LimitConcurrency.
RateLimit is renamed to LimitRate.
Fixes
+131
−165
•
5
comments
Created an issue in tower-rs/tower that received 4 comments
Consider renaming `ServiceBuilder::build_service` -> `service`
The type is already named "builder". Including build as a prefix to the fn name feels like a stutter.
I would propose renaming the fn -> service(...)…
4
comments