| Crates.io | read-write-ext |
| lib.rs | read-write-ext |
| version | 1.0.0 |
| created_at | 2022-03-21 22:13:40.47507+00 |
| updated_at | 2025-05-30 21:59:26.784226+00 |
| 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 | 20,038 |
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.shLicense: Apache-2.0