read-write-ext-tokio

Crates.ioread-write-ext-tokio
lib.rsread-write-ext-tokio
version1.0.0
created_at2022-03-21 23:42:42.508661+00
updated_at2025-05-30 22:00:11.780397+00
descriptionAsyncReadWriteExt trait with `chain_after` and `take_rw` for `tokio::io::Read + Write` structs
homepage
repositoryhttps://gitlab.com/leonhard-llc/fixed-buffer-rs
max_upload_size
id554392
size34,063
Michael Leonhard (mleonhard)

documentation

README

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

  • v1.0.0 - Stable API.
  • 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

License: Apache-2.0

Commit count: 240

cargo fmt