pub fn generate_unified_diff<P: AsRef<Path>>( old: &str, new: &str, old_path: P, new_path: P, ) -> String
Convenience function to generate a unified diff with default settings