Skip to main content

diff_paths

Function diff_paths 

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