CatReader
Adaptor for reading through multiple files continuously. You may freely use and modify this code under the CC0 1.0 Universal License.
See examples
directory for example usage. To use in your own project, just add
the below to your Cargo.toml
file.
toml
[dependencies]
cat-reader = "0.1"