retry 2.2.0

Utilities for retrying operations that can fail.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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`.