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
- Host: GitHub
- URL: https://github.com/jml/reach
- Owner: jml
- Created: 2021-02-14T20:28:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T14:32:43.000Z (about 4 years ago)
- Last Synced: 2025-07-19T21:05:02.320Z (11 months ago)
- Language: Rust
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.