Skip to main content

Crate structupdate_macros

Crate structupdate_macros 

Source
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.