[−][src]Crate diff
Modules
| utils |
Structs
| HashMapDiff | The diff struct used to compare two HashMap's |
| VecDiff | The collection of difference-vec's |
Enums
| OptionDiff | |
| VecDiffType | The type of change to make to a vec |
Traits
| Diff | 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 |
Derive Macros
| Diff |