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