[package]
edition = "2021"
name = "pingora-error"
version = "0.7.0"
authors = ["Yuchen Wu <yuchen@cloudflare.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Error types and error handling APIs for Pingora.
"""
readme = false
keywords = [
"error",
"error-handling",
"pingora",
]
categories = ["rust-patterns"]
license = "Apache-2.0"
repository = "https://github.com/cloudflare/pingora"
[lib]
name = "pingora_error"
path = "src/lib.rs"