error_set_impl 0.9.1

Implementation of the proc macro for the error_set crate.
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.regex]
version = "1"

[dependencies.syn]
features = ["full", "parsing", "derive", "printing", "proc-macro", "clone-impls", "extra-traits"]
version = "2"

[features]
default = []
dev = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Implementation of the proc macro for the error_set crate."
documentation = "https://docs.rs/error_set"
edition = "2024"
license = "Apache-2.0"
name = "error_set_impl"
readme = false
repository = "https://github.com/mcmah309/error_set"
version = "0.9.1"