-
-
Often when people try to use [`SyncIoBridge`](https://docs.rs/tokio-util/latest/tokio_util/io/struct.SyncIoBridge.html), there is a better alternative. We should improve the documentation to explain t…
-
### Summary
arithmetic_side_effects and redundant_pub_crate currently warns on code generated by external macros (in my case `tokio::select!`).
### Lint Name
arithmetic_side_effects, redundant_pub_…
-
I needed to send authenticated google api requests from my actix-web server using my service account credentials. I've found your great project, but it uses hyper by default. I didn't want to add hype…
-
### What crate(s) in this repo are involved in the problem?
tokio-console
### What is the issue?
The issue is that there appears to be some maximum width restriction preventing me from zoomin…
-
**Describe the bug**
When building with rust 1.80.0 I receive this error.
cargo build --release
```
error[E0282]: type annotations needed for `Box`
--> /mmc/.cargo/registry/src/index.cr…
-
## Feature Request
My request is that `tracing::instrument` supports using the pretty-print debug specifier (i.e., `{:#?}`) to print fields instead of the regular debug specifier (i.e.,`{:?}`).
…
-
**Version**
```bash
│ │ │ ├── tokio v1.28.1
│ │ │ │ └── tokio-macros v2.1.0 (proc-macro)
│ │ │ ├── tokio-util v0.7.8
│ │ │ │ ├── tokio v1.28.1 (*)
│ …
-
**Describe the bug**
I understand Yomitan isn't technically supported, but providing support for it seems like a natural extension of this project. Or maybe I'm just doing something wrong.
Anyhow,…
-
**Describe the bug**
Nested blocking resources inside suspense don't end up blocking.
This becomes obvious when setting things to `ResponseOptions` in the nested resource and those values don't m…