thiserrorctx-impl 0.2.0

A wrapper around thiserror, giving you the ability to add context
Documentation
[dependencies.proc-macro-crate]
version = "3.3"

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

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A wrapper around thiserror, giving you the ability to add context"
edition = "2024"
license = "MIT"
name = "thiserrorctx-impl"
readme = false
repository = "https://github.com/MoleSir/thiserrorctx.git"
resolver = "1"
version = "0.2.0"