A set of declarative macros which retries executing a function upon failure
General-purpose retrying library for Rust with macros and functions
A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
Proc-macro attribute providing `#[retry]` for ergonomic async retrying.
Async retry helpers with exponential backoff, jitter, and an ergonomic #[retry] attribute macro.
easy-to-use utilities to add retry logic to async functions
Automatic function retry macro
Atttribute macro for retrying a test multiple times
Tools for handling fickle (flaky) tests in rust.
Utilities to retry operations that may fail with configurable backoff behavior using macros over blocks of code
Mark an async function with #[backoff] to get the default ExponentialBackoff behavior. (tokio compatible)