Skip to main content

Module diff

Module diff 

Source
Expand description

Structural diff between two SYNX values.

Structs§

DiffChange
A single changed key with its previous and new value.
DiffResult
Result of a structural diff between two SYNX objects.

Functions§

diff
Compute a structural diff between two SYNX objects (top-level keys).
diff_to_value
Convert a DiffResult into a Value::Object suitable for JSON serialisation.