Crate read_write_ext_tokio

Source
Expand description

crates.io version license: Apache 2.0 unsafe forbidden pipeline status

AsyncReadWriteExt trait with chain_after and take_rw for tokio::io::Read + Write structs.

§Features

§Changelog

  • v0.1.0 - Initial release. Moved code from fixed-buffer-tokio.

§TO DO

§Release Process

  1. Edit Cargo.toml and bump version number.
  2. Run ../release.sh

Structs§

  • A wrapper for a pair of structs, R and RW.
  • Wraps a tokio::io::AsyncRead + tokio::io::AsyncWrite struct. Passes through reads and writes to the struct. Limits the number of bytes that can be read.

Traits§