azure_core 0.20.0

Rust wrappers around Microsoft Azure REST APIs - Core crate
Documentation
1
2
3
4
5
6
7
8
9
10
mod exponential_retry;
mod fixed_retry;
mod no_retry;
mod retry_policy;

pub use exponential_retry::*;
pub use fixed_retry::*;
pub use no_retry::*;
pub(crate) use retry_policy::get_retry_after;
pub use retry_policy::RetryPolicy;