2 releases (1 stable)
| 1.0.0 | May 30, 2025 |
|---|---|
| 0.1.0 | Mar 21, 2022 |
#1701 in Asynchronous
67 downloads per month
12KB
131 lines
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::chainandtokio::io::AsyncReadExt::takebut also passes through writes. - Useful with
Read + Writeobjects liketokio::net::TcpStreamandtokio_rustls::TlsStream.
Changelog
- v1.0.0 - Stable API.
- v0.1.0 - Initial release. Moved code from
fixed-buffer-tokio.
TO DO
Release Process
- Edit
Cargo.tomland bump version number. - Run
../release.sh
License: Apache-2.0
Dependencies
~1.8–2.5MB
~36K SLoC