retry-policies 0.1.2

A collection of plug-and-play retry policies for Rust projects.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "retry-policies"
version = "0.1.2"
authors = ["Luca Palmieri <lpalmieri@truelayer.com>"]
edition = "2018"
description = "A collection of plug-and-play retry policies for Rust projects."
repository = "https://github.com/TrueLayer/retry-policies"
license = "MIT OR Apache-2.0"
keywords = ["retry", "policy", "backoff"]
categories = ["network-programming"]

[dependencies]
chrono = { version = "0.4.19", features = ["clock"], default-features = false }
rand = "0.8.4"
anyhow = "1.0.42"

[dev-dependencies]
fake = "2.4.1"