oofs_derive 0.2.3

Error handling library that generates and injects context for you.
Documentation
[dependencies.paste]
version = "1.0"

[dependencies.proc-macro-error]
version = "1.0"

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

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.oofs]
version = "0.2"

[dev-dependencies.serde]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["PoOnesNerfect <jack.y.l.dev@gmail.com>"]
categories = ["rust-patterns"]
description = "Error handling library that generates and injects context for you."
documentation = "https://docs.rs/oofs/"
edition = "2021"
homepage = "https://github.com/PoOnesNerfect/oofs"
keywords = ["error", "error-handling", "attribute", "bubble-up"]
license = "MIT"
name = "oofs_derive"
readme = "README.md"
repository = "https://github.com/PoOnesNerfect/oofs"
resolver = "1"
version = "0.2.3"