catread

Crates.iocatread
lib.rscatread
version0.2.0
sourcesrc
created_at2021-07-26 06:29:50.323641
updated_at2021-07-28 02:26:42.90606
descriptionA reader that allows for concatenation of multiple readers.
homepagehttps://github.com/archer884/catread
repositoryhttps://github.com/archer884/catread
max_upload_size
id427271
size16,358
J/A (archer884)

documentation

https://docs.rs/catread

README

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.

Commit count: 7

cargo fmt