Docs.rs
retrying-0.1.0
retrying 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
crates.io
Source
Owners
Maks-D
Dependencies
async-std ^1
normal
optional
rand ^0.8.5
normal
retrying-core ^0.1.0
normal
tokio ^1
normal
optional
async-std ^1
dev
tokio ^1
dev
Versions
2.63%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
All
retrying
0.1.0
Crate Items
Structs
Constants
Traits
Functions
Attribute Macros
List of all items
Structs
Duration
RetryingContext
RetryingError
stop::StopAttempts
stop::StopAttemptsOrDuration
stop::StopDuration
wait::WaitExponential
wait::WaitFixed
wait::WaitRandom
Traits
stop::Stop
wait::Wait
Attribute Macros
retry
Functions
override_by_env
sleep_sync
Constants
envs::RETRYING_STOP_ATTEMPTS
envs::RETRYING_STOP_DURATION
envs::RETRYING_WAIT_EXPONENTIAL_EXP_BASE
envs::RETRYING_WAIT_EXPONENTIAL_MAX
envs::RETRYING_WAIT_EXPONENTIAL_MIN
envs::RETRYING_WAIT_EXPONENTIAL_MULTIPLIER
envs::RETRYING_WAIT_FIXED
envs::RETRYING_WAIT_RANDOM_MAX
envs::RETRYING_WAIT_RANDOM_MIN