retry-if 0.3.1

A tokio-compatible attribute-macro for decorating methods and functions with an exponential backoff.
Documentation
1
2
3
4
mod configuration;

pub use configuration::ExponentialBackoffConfig;
pub use retry_if_macro::retry;