[go: up one dir, main page]

retry-error 0.9.1

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]
features = ["full"]
version = "2.0.1"

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

[features]
full = []

[lib]
name = "retry_error"
path = "src/lib.rs"

[package]
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns"]
description = "An error type for an operation that can fail more than once"
edition = "2024"
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.86"
version = "0.9.1"

[package.metadata.docs.rs]
all-features = true