[][src]Function yadf::find_dupes

pub fn find_dupes<H>(
    dir: &Path,
    min_max_file_size: Option<(u64, u64)>
) -> TreeBag<u64, DirEntry> where
    H: Hasher + Default

This will attemps a complete scan of every file, within the given size constraints, at the given path.