Skip to main content

render_ansi_rows

Function render_ansi_rows 

Source
pub fn render_ansi_rows(
    rows: &[DiffRow],
    palette: AnsiDiffPalette,
    color: bool,
) -> Vec<String>
Expand description

Renders semantic rows as ANSI lines.