Crates.io | read-write-ext-tokio |
lib.rs | read-write-ext-tokio |
version | 0.1.0 |
source | src |
created_at | 2022-03-21 23:42:42.508661 |
updated_at | 2022-03-21 23:42:42.508661 |
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 | 26,069 |
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.sh
License: Apache-2.0