https://github.com/jimmycuadra/retry
A Rust library to retry some code until its return value satisfies a condition.
https://github.com/jimmycuadra/retry
library rust
Last synced: about 1 year ago
JSON representation
A Rust library to retry some code until its return value satisfies a condition.
- Host: GitHub
- URL: https://github.com/jimmycuadra/retry
- Owner: jimmycuadra
- License: mit
- Created: 2015-04-11T11:37:38.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T18:48:45.000Z (about 1 year ago)
- Last Synced: 2025-04-13T07:49:43.177Z (about 1 year ago)
- Topics: library, rust
- Language: Rust
- Homepage: https://docs.rs/retry
- Size: 69.3 KB
- Stars: 119
- Watchers: 6
- Forks: 28
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# retry
[](https://travis-ci.org/jimmycuadra/retry)
Crate `retry` provides utilities for retrying operations that can fail.
## Documentation
retry has [comprehensive documentation](https://docs.rs/retry) available on docs.rs.
## Legal
retry is released under the MIT license.
See `LICENSE`.