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
- Diff
Result - Result of a diff operation
Enums§
- Diff
Type - Type of difference between nodes
Functions§
- diff_
nodes - Compare two nodes and find differences