read-write-ext

Crates.ioread-write-ext
lib.rsread-write-ext
version0.1.1
sourcesrc
created_at2022-03-21 22:13:40.47507
updated_at2022-03-21 23:18:06.29906
descriptionReadWriteExt trait with `chain_after` and `take_rw` for `std::io::Read + Write` structs
homepage
repositoryhttps://gitlab.com/leonhard-llc/fixed-buffer-rs
max_upload_size
id554363
size18,782
Michael Leonhard (mleonhard)

documentation

README

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

Commit count: 239

cargo fmt