Docs.rs
aws-iot-device-sdk-0.0.6
aws-iot-device-sdk 0.0.6
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
overheat
Dependencies
arrayvec ^0.7
normal
rand ^0.8
normal
thiserror-no-std ^2
normal
Versions
28.04%
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
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
aws_
iot_
device_
sdk
0.0.6
Module backoff_
algo
Module Items
Structs
In crate aws_
iot_
device_
sdk
aws_iot_device_sdk
Module
backoff_algo
Copy item path
Source
Structs
§
Backoff
Algorithm
This library uses the “Full Jitter” strategy for the exponential backoff with jitter algorithm. More information about the algorithm can be seen in the
Exponential Backoff and Jitter
AWS blog.