Module diff

Source
Available on crate feature diff only.
Expand description

Matchers that generate diffs between values.

Structs§

DiffSegment
A contiguous span in a diff.
EqDiffMatcher
The matcher for eq_diff.

Enums§

DiffKind
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.