[go: up one dir, main page]

retry-error 0.0.3

An error type for an operation that can fail more than once
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dev-dependencies.anyhow]
version = "1.0.5"

[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 = "2018"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
keywords = ["tor", "arti", "async", "retry"]
license = "MIT OR Apache-2.0"
name = "retry-error"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
resolver = "2"
version = "0.0.3"