retry_if/
lib.rs

1mod configuration;
2
3pub use configuration::ExponentialBackoffConfig;
4pub use retry_if_macro::retry;