error-tree 0.3.5

This crate let's us use the `error_tree!` proc macro for ergonomic error hierarchy definition
Documentation
[[test]]
name = "basic_audio_hierarchy"
path = "tests/basic_audio_hierarchy.rs"
[dependencies.derive-error]
version = "0.0.5"

[dependencies.export-magic]
version = "0.3.1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0.52"

[dependencies.tracing]
version = "0.1.40"

[dependencies.tracing-subscriber]
default-features = false
features = ["fmt", "std", "env-filter"]
version = "0.3"

[lib]
name = "error_tree"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["klebs tpk3.mx@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "macros", "errors"]
description = "This crate let's us use the `error_tree!` proc macro for ergonomic error hierarchy definition"
edition = "2021"
keywords = ["macros", "errors", "shorthand", "hierarchy", "reuse"]
license = "MIT"
name = "error-tree"
readme = "README.md"
repository = "https://github.com/klebs6/klebs-general"
version = "0.3.5"