Crates.io | catread |
lib.rs | catread |
version | 0.2.0 |
source | src |
created_at | 2021-07-26 06:29:50.323641 |
updated_at | 2021-07-28 02:26:42.90606 |
description | A reader that allows for concatenation of multiple readers. |
homepage | https://github.com/archer884/catread |
repository | https://github.com/archer884/catread |
max_upload_size | |
id | 427271 |
size | 16,358 |
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.