pingora-error 0.4.0

Error types and error handling APIs for Pingora.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "pingora-error"
version = "0.4.0"
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
license = "Apache-2.0"
edition = "2021"
repository = "https://github.com/cloudflare/pingora"
categories = ["rust-patterns"]
keywords = ["error", "error-handling", "pingora"]
description = """
Error types and error handling APIs for Pingora.
"""

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "pingora_error"
path = "src/lib.rs"