compound-error 0.1.2

Compound errors with flat hierarchy
Documentation
[dependencies.proc-macro2]
version = "1.0.9"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["extra-traits"]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["cryptjar <cryptjar@junk.studio>", "dezajno <dezajno@junk.studio>"]
categories = ["rust-patterns"]
description = "Compound errors with flat hierarchy"
edition = "2018"
keywords = ["macro", "error", "enum", "type"]
license = "Apache-2.0"
name = "compound-error"
readme = "README.md"
repository = "https://github.com/CoffeJunkStudio/compound-error"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true