catread 0.2.0

A reader that allows for concatenation of multiple readers.
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 2 items with examples
  • Size
  • Source code size: 15.98 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • archer884/catread
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • archer884

catread

Cats can't read.

The point of this is to allow concatenation of multiple files via a single reader without incurring significant overhead--i.e. without just chaining them all ad nauseum. This implementation also does not require a list of files or anything, so that's good.