find_duplicate_files 0.28.0

find identical files according to their size and hashing algorithm
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod file_info;
pub mod group_info;
pub mod key_info;
pub mod path_info;
pub mod total_info;

/*
Structures defined in this directory:
    Key,
    FileInfo,
    GroupInfo,
    PathInfo,
    TotalInfo,
*/