retry icon indicating copy to clipboard operation
retry copied to clipboard

A Rust library to retry some code until its return value satisfies a condition.

Results 4 retry issues
Sort by recently updated
recently updated
newest added

Welcome any suggestions :)

I just came across this library and I definitely would want to use it but I can't because it doesn't support futures. I know there are a couple of implementations...

status/under consideration
type/feature

There are a few basic tests right now, but they don't cover all the functionality of the crate, nor do they necessarily really prove that the feature they're supposedly testing...

type/improvement