err-handler 0.1.0

a non-intrusive error handling marco
Documentation
[dependencies.proc-macro2]
version = "1.0.79"

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
features = ["full"]
version = "2.0.53"
[dev-dependencies.thiserror]
version = "1.0.58"

[lib]
proc-macro = true

[package]
authors = ["shunling <shunlingsmile@gmail.com>"]
description = "a non-intrusive error handling marco"
documentation = "https://docs.rs/err-handler"
edition = "2021"
keywords = ["macros", "error", "handler"]
license = "MIT OR Apache-2.0"
name = "err-handler"
repository = "https://github.com/shunlingsmile/err-handler"
version = "0.1.0"