Skip to main content

Module diff

Module diff 

Source
Expand description

Diff primitives: line-level text diff and structural JSON diff.

Structs§

TextDiff
The result of comparing two text outputs.

Enums§

DiffOp
A single edit operation in a text diff.
JsonDiffOp
An operation in a structural JSON diff.

Functions§

json_diff
Computes a structural diff between two JSON strings.