Crate identity_diff_derive
source ·Expand description
IOTA Identity - Diff Derive
This crate has been deprecated and will no longer be maintained.
This module provides a derive procedural macro for the Diff
Trait.
Derive Macros
- Entry point for the
Diff
derive proc macro.Diff
implements theDiff
trait from theidentity_diff
crate on any Enum or Struct type. Contains and optional attributeshould_ignore
which will ignore an appended field.