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
14
[dependencies.rand]
version = "0.8.4"

[package]
authors = ["Luca Palmieri <lpalmieri@truelayer.com>"]
categories = ["network-programming"]
description = "A collection of plug-and-play retry policies for Rust projects."
edition = "2018"
keywords = ["retry", "policy", "backoff"]
license = "MIT OR Apache-2.0"
name = "retry-policies"
readme = "README.md"
repository = "https://github.com/TrueLayer/retry-policies"
version = "0.4.0"