Docs.rs
retry-policies-0.4.0
retry-policies 0.4.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
tl-rodrigo-gryzinski
eopb
github:truelayer:rust-oss
Dependencies
rand ^0.8.4
normal
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
retry_policies
0.4.0
Module policies
Structs
In crate retry_policies
Module
retry_policies
::
policies
Copy item path
source
·
[
−
]
Structs
§
ExponentialBackoff
Exponential backoff with optional jitter.
ExponentialBackoffBuilder
Builds an exponential backoff policy.
ExponentialBackoffTimed
Exponential backoff with a maximum retry duration.