cargo-repeat-0.1.0 is not a library.
cargo-repeat
Repeats a command until it exits with the right code
Introduction
This crate is a nice little utility function that lets you repeat a command indefinitely until it matches a certain exit code (default 0).
Usage
# Output of cargo repeat --help
<TARGET>...
Examples
# Keeps saying "hello world" until it exits with a 0 status
# Will keep running "python test.py" until it exits with status 5
# Keeps saying "hello" with a 0.5 second delay
# Says hello and outputs some statistics at the end