Expand description
Procedural macro implementation for the structupdate crate.
This crate provides the #[structupdate] attribute macro that generates
update and diff infrastructure for structs. You typically don’t use this
crate directly; instead, use the main structupdate crate.
See the structupdate crate documentation for usage details.
Attribute Macros§
- structupdate
- Derives update and diff infrastructure for a struct.