Helper methods and macros for custom derives
# Cargo.toml
[dependencies]
synstructure = "0.13.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Declare a custom derive macro using synstructure
Set `crate-type = ["proc-macro"]` in Cargo.toml and add `syn`, `quote`, `proc-macro2` as dependencies
No dependency data recorded yet.