Skip to main content

Module diff_viewer

Module diff_viewer 

Source
Expand description

Side-by-side or inline diff viewer widget.

Enums§

DiffLine
A single line in a diff — added, removed, or unchanged.

Functions§

parse_unified_diff
Parse a unified diff string into DiffLine entries.
render
Render a unified diff view with color-coded add/remove lines.