Expand description
Core diffing implementation
Structs§
- Represents the difference between two
HashMap
collections. - Represents the difference between two
Vec
collections.
Enums§
- Enum representing a difference in collections such as
HashMap
orVec
. - Enum representing the difference between two
Option
values. - Enum representing the difference between two primitive values.
Traits§
- Trait representing an object that can determine if it has changed.
- Trait representing the ability to compute a difference between two objects.