#io-read #io #tcp-stream #chain #read-write #rustls #take

read-write-ext

ReadWriteExt trait with chain_after and take_rw for std::io::Read + Write structs

2 releases

0.1.1 Mar 21, 2022
0.1.0 Mar 21, 2022

#308 in Parser tooling

32 downloads per month
Used in fixed-buffer

Apache-2.0

9KB
83 lines

read-write-ext

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

ReadWriteExt trait with chain_after and take_rw for std::io::Read + Write structs.

Features

Changelog

  • v0.1.1 - take_rw to take u64 like std::io::Read::take.
  • v0.1.0 - Initial release. Moved code from fixed-buffer.

TO DO

Release Process

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

License: Apache-2.0

No runtime deps