structupdate_macros 0.3.0

A proc-macro used by the structupdate crate
Documentation

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.