-
Steps to reproduce:
- `cd iroh-one`
- `cargo build`
Expected: build without error.
Observed: build failure:
```
Compiling iroh-p2p v0.2.0 (/home/fabrice/dev/perso/beetle/iroh-p2p)
error…
-
The resource now only show semaphore and timer, it is very helpful to show channel metrics, such as how many message in/out/drop/still_in_channel.
-
This would make usage within other async code more ergonomic.
v3xro updated
3 months ago
-
## Feature Request: Implement Non-contiguous Memory Buffer to Optimize Data Transfer
### Crates
* `tonic`
* `tonic-build`
### Motivation
Many well-adopted `gRPC` use cases, such a…
-
Hello @alexcrichton.
I made some experiments with an alternative approach: polling the tokio event loop instead of trying to integrate all the FDs into glib event loop.
You can see how it allows u…
-
I would like to start using async postgres with my async RPC method.
I need to pass a `tokio_core::reactor::Handle` to `connect` method:
https://github.com/sfackler/rust-postgres/blob/master/tokio-p…
-
## Description
I am new to Rust and I want to control Lego with my app, not Lego app.
But the example is not working and I want to learn how to program Lego in Rust from the examples.
I am usin…
-
anyhow prints the cause chain only with `{:#}` but tokio-postgres always prints the cause. This causes rust-postgres errors wrapped in anyhow errors to be printed twice if at all.
```rust
…
-
## Bug Report
### Crates
tracing-futures 0.2.4
### Description
https://github.com/tokio-rs/tracing/blob/master/tracing-futures/src/lib.rs#L57
should have the same version as the Cargo.t…
-
Hi, I'm running a Windows machine and tried to get this project to work, but unfortunately it failed during the `make` command with an error. After Googling a bit, it seems like Windows doesn't suppor…