generate_unified_diff

Function generate_unified_diff 

Source
pub fn generate_unified_diff<P: AsRef<Path>>(
    old: &str,
    new: &str,
    old_path: P,
    new_path: P,
) -> String
Expand description

Convenience function to generate a unified diff with default settings