#retry #backoff #policy

retry-policies

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

7 unstable releases (3 breaking)

0.4.0 May 10, 2024
0.3.0 Mar 4, 2024
0.2.1 Oct 11, 2023
0.2.0 Jul 21, 2023
0.1.0 Aug 11, 2021

#111 in Network programming

Download history 85327/week @ 2024-02-01 89771/week @ 2024-02-08 92726/week @ 2024-02-15 99027/week @ 2024-02-22 100778/week @ 2024-02-29 102091/week @ 2024-03-07 104628/week @ 2024-03-14 98255/week @ 2024-03-21 112518/week @ 2024-03-28 106727/week @ 2024-04-04 110319/week @ 2024-04-11 117890/week @ 2024-04-18 109589/week @ 2024-04-25 107127/week @ 2024-05-02 117384/week @ 2024-05-09 90296/week @ 2024-05-16

447,915 downloads per month
Used in 127 crates (10 directly)

MIT/Apache

22KB
347 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.4.0"

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

~310KB