solders-macros 0.19.0

A collection of attribute macros to reduce boilerplate in the [solders](https://github.com/kevinheavey/solders) project.
Documentation
[dependencies.proc-macro2]
version = "1.0.39"

[dependencies.quote]
version = "1.0.18"

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

[lib]
proc-macro = true

[package]
description = "A collection of attribute macros to reduce boilerplate in the [solders](https://github.com/kevinheavey/solders) project."
edition = "2021"
include = ["src/*.rs", "/LICENSE"]
license = "MIT"
name = "solders-macros"
readme = "README.md"
repository = "https://github.com/kevinheavey/solders"
version = "0.19.0"