| Crates.io | read-write-ext-tokio |
| lib.rs | read-write-ext-tokio |
| version | 1.0.0 |
| created_at | 2022-03-21 23:42:42.508661+00 |
| updated_at | 2025-05-30 22:00:11.780397+00 |
| description | AsyncReadWriteExt trait with `chain_after` and `take_rw` for `tokio::io::Read + Write` structs |
| homepage | |
| repository | https://gitlab.com/leonhard-llc/fixed-buffer-rs |
| max_upload_size | |
| id | 554392 |
| size | 34,063 |
AsyncReadWriteExt trait with chain_after and take_rw for tokio::io::Read + Write structs.
forbid(unsafe_code)tokio::io::AsyncReadExt::chain
and tokio::io::AsyncReadExt::take
but also passes through writes.Read + Write objects like
tokio::net::TcpStream
and tokio_rustls::TlsStream.fixed-buffer-tokio.Cargo.toml and bump version number.../release.shLicense: Apache-2.0