read-write-ext 1.0.0

ReadWriteExt trait with `chain_after` and `take_rw` for `std::io::Read + Write` structs
Documentation
  • Coverage
  • 87.5%
    7 out of 8 items documented0 out of 7 items with examples
  • Size
  • Source code size: 20.03 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 13s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • leonhard-llc/fixed-buffer-rs
    3 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • mleonhard

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

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