Crates.io | retry-policies |
lib.rs | retry-policies |
version | 0.4.0 |
source | src |
created_at | 2021-08-11 16:37:15.182845 |
updated_at | 2024-05-10 17:05:01.447886 |
description | A collection of plug-and-play retry policies for Rust projects. |
homepage | |
repository | https://github.com/TrueLayer/retry-policies |
max_upload_size | |
id | 434860 |
size | 41,242 |
A collection of plug-and-play retry policies for Rust projects.
Currently available algorithms:
ExponentialBackoff
,
with configurable jitter.Add retry-policies
to your dependencies
[dependencies]
# ...
retry-policies = "0.4.0"