declare_impl 0.8.2

Implementation of the proc macro for the error_set crate.
Documentation
[dependencies.indices]
version = "0.3"

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

[dependencies.quote]
version = "1"

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

[features]
default = []
dev = []

[lib]
name = "declare_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 = "2021"
license = "Apache-2.0"
name = "declare_impl"
readme = false
repository = "https://github.com/mcmah309/error_set"
version = "0.8.2"