pub fn unified_diff(
alg: Algorithm,
old: &str,
new: &str,
n: usize,
header: Option<(&str, &str)>,
) -> StringExpand description
Quick way to get a unified diff as string.
n configures UnifiedDiff::context_radius and
header configures UnifiedDiff::header when not None.