-
These result in a lot of breaking changes which arent easy to resolve.
https://github.com/hyperium/hyper/blob/master/CHANGELOG.md#v100-2023-11-15
https://github.com/hyperium/http/blob/master/CHA…
-
@kevinburke reports a failure building `curl`:
```
autoreconf -fi && ./configure --with-hyper=/Users//src/github.com/hyperium/hyper --with-rustls=/Users//src/github.com/rustls/rustls-ffi/target --…
-
Running on a machine that's much slower than taskcluster, I find that I have to set --timeout-multiplier as high as 4 to get through some tests consistently. This problem is not necessarily about cook…
-
Expose a `cli` with an `auth` method that can be run as **root only** and returns a `token` that you can then use in the `gRPC` calls.
https://github.com/hyperium/tonic/tree/master/examples/src/aut…
-
**Is your feature request related to a problem? Please describe.**
I was looking at https://matrix.org/sdks/ since I'm contemplating implementing a matrix client. However, I don't use any of the lang…
ell1e updated
3 years ago
-
## Feature Request
### Motivation
I'd like to allow my subscriber to record arbitrarily nested objects from users' macros.
### Proposal
I'd like some way to create a `Value` from the `eras…
-
Rough plan:
* Add a new trait `AsyncHandler` with a method `handle_async`. There is a `impl AsyncHandler for H` that just delegates an invocation of `Handler::handle(self, ...)` to a threadpool. (w…
-
I wanted to write-up some thoughts on the future direction for the `StatusCode::as_str` method. The `as_str` method returns the numeric part of the status code as a string slice. So, `StatusCode::OK.a…
-
As demonstrated by the benchmarks in [this reddit post](https://old.reddit.com/r/grpc/comments/muy8dj/grpc_bench_opensource_objective_grpc_benchmark/), you can see the `rust_tonic_mt` benchmark fallin…
bIgBV updated
3 months ago
-
## Feature Request
### Crates
`tracing-core`
### Motivation
The `Field` type is used in two primary ways:
- formatting the string value of the `Field`'s name,
- comparing for equality, e…
hawkw updated
4 years ago