pub fn diff_paths( old: impl AsRef<Path>, new: impl AsRef<Path>, old_format: Option<Format>, new_format: Option<Format>, ) -> Result<Vec<DiffEntry>>