cat-reader 0.1.3

Adaptor for reading through multiple files continuously.
Documentation

CatReader

Adaptor for reading through multiple files continuously. You may freely use and modify this code under the CC0 1.0 Universal License.

Usage

See examples directory for example usage. To use in your own project, just add the below to your Cargo.toml file.

[dependencies]
cat-reader = "0.1"

For more formal documentation, you can find the rustdoc here.