Make retry like a built-in feature provided by Rust, with configurable backoff strategies.
# Cargo.toml
[dependencies]
backon = "1.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Retry an async operation with exponential backoff.
Add tokio as a dependency and use #[tokio::main] or similar.
No dependency data recorded yet.