[][src]Function foldiff::compare_folders

pub fn compare_folders<P, Q>(
    ref_folder: P,
    cmp_folder: Q
) -> Result<ComparisonReport, Error> where
    P: AsRef<Path>,
    Q: AsRef<Path>,