| Crates.io | retry-policies |
| lib.rs | retry-policies |
| version | 0.5.1 |
| created_at | 2021-08-11 16:37:15.182845+00 |
| updated_at | 2025-05-20 17:02:51.233459+00 |
| 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 | 50,733 |
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"