Expand description
Core diffing implementation
Structs§
- Represents the difference between two
HashMapcollections. - Represents the difference between two
Veccollections.
Enums§
- Enum representing a difference in collections such as
HashMaporVec. - Enum representing the difference between two
Optionvalues. - 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.