compound-error 0.1.3

Compound errors with flat hierarchy
Documentation
[package]
name = "compound-error"
version = "0.1.3"
authors = ["cryptjar <cryptjar@junk.studio>", "dezajno <dezajno@junk.studio>"]
edition = "2018"
description = "Compound errors with flat hierarchy"

repository = "https://github.com/CoffeJunkStudio/compound-error"
readme = "README.md"
license = "Apache-2.0"

categories = ["rust-patterns"]
keywords = ["macro", "error", "enum", "type"]


[package.metadata.docs.rs]
all-features = true


[dependencies]
syn = { version = "1.0", features = ["extra-traits"] }
quote = "1.0"
proc-macro2 = "1.0.9"

[lib]
proc-macro = true