solders-macros 0.19.0

A collection of attribute macros to reduce boilerplate in the [solders](https://github.com/kevinheavey/solders) project.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[package]
name = "solders-macros"
version = { workspace = true }
edition = { workspace = true }
include = ["src/*.rs", "/LICENSE"]
license = { workspace = true }
description = "A collection of attribute macros to reduce boilerplate in the [solders](https://github.com/kevinheavey/solders) project."
repository = { workspace = true }

[lib]
proc-macro = true

[dependencies]
quote = "1.0.18"
syn = {version="1.0.96", features = ["full"]}
proc-macro2 = "1.0.39"