re_backoff
Part of the rerun family of crates.
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.