Skip to main content

Module diff_view

Module diff_view 

Source
Expand description

Diff viewer widget with unified and side-by-side display modes.

Uses the similar crate to compute line-by-line diffs and displays them with color-coded added/removed/unchanged styling.

Structs§

DiffView
A diff viewer widget that displays text differences.

Enums§

DiffMode
Display mode for the diff viewer.