Crate diff

source ·

Modules

Structs

Enums

Traits

  • A trait to diff and apply diffs between two structs The derive macro can be used on structs when all fields of the struct implement Diff Implementations are provided for bools, numeric types, Option types, and HashMaps
  • A trait allowing a custom struct to handle the diffing implementation for a type

Derive Macros