Skip to main content

file_diff4

Function file_diff4 

Source
pub fn file_diff4(
    original: &Path,
    modified: &Path,
    latest: &Path,
    ancestor: &Path,
    options: FileOptions,
) -> Result<Diff, Error<'static>>
Expand description

Diff four files (four-way comparison with ancestor)