delta-struct-macros 0.3.0

Delta struct provides a rust-lang Deriveable trait, Delta, that can be used to compute the difference (aka delta) between two instances of a type.
Documentation

Procedural macro implementation behind the delta-struct crate.

Use delta-struct rather than depending on this crate directly; it re-exports the [Delta] derive alongside the trait the derive generates an implementation of, and carries the user-facing documentation.