# re_backoff
Part of the [`rerun`](https://github.com/rerun-io/rerun) family of crates.
[](https://crates.io/crates/re_backoff)
[](https://docs.rs/re_backoff)


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.