retry-error 0.5.2

An error type for an operation that can fail more than once
Documentation
[dependencies]
[dev-dependencies.anyhow]
version = "1.0.23"

[dev-dependencies.derive_more]
version = "0.99.3"

[dev-dependencies.thiserror]
version = "1"

[features]
full = []

[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
categories = ["rust-patterns"]
description = "An error type for an operation that can fail more than once"
edition = "2021"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "async", "retry"]
license = "MIT OR Apache-2.0"
name = "retry-error"
readme = "README.md"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
rust-version = "1.70"
version = "0.5.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]