processing_chain 0.1.1

Rust library to set up processing chains of large amount of files.
Documentation

processing-chain

processing-chain provides a convenient way to seamlessly set up processing chains for large amount of data.

All you need to do is to provide the input/output paths, and the function that processes a single file. processing-chain will take care of spawn the process for all files. Parallelization is achieved across files. You can also provide some processing configuration information

Highlights