altair-retry 0.3.0

Async retry with exponential backoff, auto-traced via the tracing crate
Documentation
1
2
3
4
5
6
7
//! Common imports for users of this crate.
//!
//! ```
//! use altair_retry::prelude::*;
//! ```

pub use crate::{CancellationToken, Config, ConfigBuilder, Error, PermanentError, Result, retry};