Crate serde_with_macros
source ·Expand description
proc-macro extensions for serde_with.
This crate should NEVER be used alone.
All macros MUST be used via the re-exports in the serde_with crate.
Attribute Macros
- Apply attributes to all fields with matching types
- Convenience macro to use the
serde_assystem. - Add
skip_serializing_ifannotations toOptionfields.