Skip to main content

simple_unified_diff

Function simple_unified_diff 

Source
fn simple_unified_diff(
    old_label: &str,
    new_label: &str,
    old: &str,
    new: &str,
    max_bytes: usize,
) -> String