Skip to main content

Module diff

Module diff 

Source
Expand description

YAML Node Diffing Utilities

Provides functions and types for comparing YAML nodes and reporting differences. Includes diff types, result structures, and helpers for formatting and analyzing changes between YAML node trees, supporting both scalars and collections.

Copyright (c) 2026 YAML Library Developers

Structs§

Diff
A difference between two nodes
DiffResult
Result of a diff operation

Enums§

DiffType
Type of difference between nodes

Functions§

diff_nodes
Compare two nodes and find differences