Skip to main content

render_unified

Function render_unified 

Source
pub fn render_unified(
    diff: &UnifiedDiff,
    old_label: &str,
    new_label: &str,
) -> String
Expand description

Render the diff as a string in unified-diff format (for the CLI).