Crates.io | read-write-ext |
lib.rs | read-write-ext |
version | 0.1.1 |
source | src |
created_at | 2022-03-21 22:13:40.47507 |
updated_at | 2022-03-21 23:18:06.29906 |
description | ReadWriteExt trait with `chain_after` and `take_rw` for `std::io::Read + Write` structs |
homepage | |
repository | https://gitlab.com/leonhard-llc/fixed-buffer-rs |
max_upload_size | |
id | 554363 |
size | 18,782 |
ReadWriteExt
trait with chain_after
and take_rw
for std::io::Read + Write
structs.
forbid(unsafe_code)
std
.std::io::Read::chain
and std::io::Read::take
but also passes through writes.Read + Write
objects like
std::net::TcpStream
and rustls::Stream
.take_rw
to take u64
like std::io::Read::take
.fixed-buffer
.Cargo.toml
and bump version number.../release.sh
License: Apache-2.0