catread 0.2.0

A reader that allows for concatenation of multiple readers.
Documentation
1
2
3
4
5
# 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.