retry-policies 0.4.0

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
[package]
name = "retry-policies"
version = "0.4.0"
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]
rand = "0.8.4"