#reader #concatenation #multiple #read

catread

A reader that allows for concatenation of multiple readers

2 unstable releases

0.2.0 Jul 28, 2021
0.1.0 Jul 26, 2021

#14 in #concatenation

37 downloads per month

MIT/Apache

7KB
64 lines

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.

No runtime deps