#retry #backoff #policy

retry-policies

A collection of plug-and-play retry policies for Rust projects

6 releases

0.3.0 Mar 4, 2024
0.2.1 Oct 11, 2023
0.2.0 Jul 21, 2023
0.1.2 Oct 28, 2022
0.1.0 Aug 11, 2021

#110 in Network programming

Download history 36496/week @ 2023-12-06 44818/week @ 2023-12-13 26474/week @ 2023-12-20 22312/week @ 2023-12-27 44598/week @ 2024-01-03 68060/week @ 2024-01-10 76305/week @ 2024-01-17 79137/week @ 2024-01-24 84577/week @ 2024-01-31 86303/week @ 2024-02-07 90600/week @ 2024-02-14 99707/week @ 2024-02-21 102783/week @ 2024-02-28 98309/week @ 2024-03-06 104646/week @ 2024-03-13 83084/week @ 2024-03-20

407,727 downloads per month
Used in 117 crates (10 directly)

MIT/Apache

23KB
356 lines

retry-policies

A collection of plug-and-play retry policies for Rust projects.

Crates.io Docs.rs CI Coverage Status

Currently available algorithms:

How to install

Add retry-policies to your dependencies

[dependencies]
# ...
retry-policies = "0.2.1"

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1.4–8MB
~34K SLoC