[][src]Function foldiff::are_files_equal

pub fn are_files_equal<P, Q>(ref_file: P, cmp_file: Q) -> Result<bool, Error> where
    P: AsRef<Path>,
    Q: AsRef<Path>,