Lucio Franco

Results 73 issues of Lucio Franco

This is the roadmap to 1.0 for prost defining the scope of the project. - [ ] Make `prost-build` modular - [ ] Add Json support - [ ] Unknown...

Hi! I was curious if it would be possible to add [`SourceCodeInfo`](https://docs.rs/protobuf/3.0.2/protobuf/descriptor/struct.SourceCodeInfo.html) support. If so how much effort would be required to add this feature?

This adds the initial time driver metrics. Ref: https://github.com/tokio-rs/tokio/issues/4073

A-tokio
M-time
M-metrics
R-loom

## Context Currently, the hyper server module has two major components. A high-level server API and a low level connection based API. The most common usages of hyper for its...

A-server
B-rfc

Expose more options from https://docs.rs/socket2/0.4.2/socket2/struct.TcpKeepalive.html for HttpConnector.

A-client
E-easy
S-feature
B-rfc
C-hyper-util

I'd be cool to have a cloudwatch metrics observer

This changes the `Policy` trait in the `retry` layer to accept `&mut self` instead of `&self` and changes the output type of the returned future to `()`. The motivation for...

This issue scopes out the changes we are proposing to the retry middleware to improve its ergonomics. Currently, the retry middleware is quite hard to use and requires implementing a...

C-enhancement
E-help-wanted
A-retry
P-high
E-medium

We should add a complete set of examples of using the basic tower services. This should include using most of the layers and how to combine them with `ServiceBuilder`.

C-enhancement
E-help-wanted
T-docs
E-medium

I propose that we move forward to allow `Request` to `impl Clone`. The big blocker here is that `extensions` is not clonable. This could be fixed by making a AnyClone...