An open API service indexing awesome lists of open source software.

https://github.com/jml/reach

Rust implementation of DRMacIver's each
https://github.com/jml/reach

Last synced: 9 months ago
JSON representation

Rust implementation of DRMacIver's each

Awesome Lists containing this project

README

          

# reach

A Rust re-implementation of [DRMacIver](https://www.drmaciver.com/)'s [each](https://github.com/DRMacIver/each),
which is "a shell command for running robust, parallel, `for` loops with good feedback mechanisms."

`reach` does not aim to be a drop-in replacement for `each`.
In particular, it does not preserve strict compatibility.