re_backoff 0.31.0

Utilities for retrying operations with backoff.
Documentation

re_backoff

Part of the rerun family of crates.

Latest version Documentation MIT Apache

Implements utility code to help with backoff and retry logic.

Why not use existing traits like backoff, backon, tokio-retry2, or tower(retry)?

The code is small and simple, that it feels unnecessary to add an external dependency for it. We should re-evaluate should this become ever-complicated.