Expand description
§backoff-config
backoff-config makes configuring backoff more flexible by providing a unified Backoff strategy enum and a
BackoffConfig that supports deserialization.
The actual backoff logic is powered by the awesome backon crate. Make sure to check out backon to explore its amazing features and ergonomics!
Modules§
- defaults
- Contains the defaults used by the crate::BackoffConfig.
Enums§
- Backoff
- Supported backoffs.
- Backoff
Config - Configuration for Backoff.