Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# retry

[![Build Status](https://travis-ci.org/jimmycuadra/retry.svg?branch=master)](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`.