1 unstable release
0.1.0 | Mar 21, 2022 |
---|
#45 in #tcp-stream
12KB
134 lines
read-write-ext-tokio
AsyncReadWriteExt
trait with chain_after
and take_rw
for tokio::io::Read + Write
structs.
Features
forbid(unsafe_code)
- Good test coverage (100%)
- Like
tokio::io::AsyncReadExt::chain
andtokio::io::AsyncReadExt::take
but also passes through writes. - Useful with
Read + Write
objects liketokio::net::TcpStream
andtokio_rustls::TlsStream
.
Changelog
- v0.1.0 - Initial release. Moved code from
fixed-buffer-tokio
.
TO DO
Release Process
- Edit
Cargo.toml
and bump version number. - Run
../release.sh
License: Apache-2.0
Dependencies
~2–7.5MB
~47K SLoC