Available on crate feature
diff
only.Expand description
Matchers that generate diffs between values.
Structs§
- Diff
Segment - A contiguous span in a diff.
- EqDiff
Matcher - The matcher for
eq_diff
.
Enums§
- Diff
Kind - A discriminant that represents how a diff should be formatted.
- DiffTag
- Whether a
DiffSegment
represents an insertion, deletion, or no change.
Traits§
- Diffable
- A value which can be diffed against another value.
Type Aliases§
- Diff
- A diff between an actual and expected value.