Expand description
Represents a single row in a side-by-side or line-by-line diff table.
Structs§
- DiffRow
- Describes a diff row in the form
[tag, old_line, new_line]for showing differences between two texts side-by-side.
Enums§
- Tag
- Describes the operation tag associated with a diff row.