madruga 0.1.3

Retry resiliente com backoff.
Documentation
1
2
3
4
5
6
7
8
#[macro_use]
pub mod macros;

pub mod backoff;
pub mod logger;
pub mod retry;

pub use retry::{retry_async, RetryResult, RetryStrategy};