scoped-error 0.1.3

Structured error handling with semantic context trees. Zero proc-macros. Zero backtrace overhead.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "scoped-error"
version = "0.1.3"
authors = ["Kan-Ru Chen <kanru@kanru.info>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured error handling with semantic context trees. Zero proc-macros. Zero backtrace overhead."
readme = "README.md"
keywords = [
    "error",
    "context",
    "tree",
    "parallel",
    "cli",
]
categories = [
    "rust-patterns",
    "command-line-interface",
]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://codeberg.org/kanru/scoped-error"

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

[[example]]
name = "multi"
path = "examples/multi.rs"

[[example]]
name = "multi_validation"
path = "examples/multi_validation.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "custom"
path = "tests/custom.rs"

[dependencies]