rustdupe 0.2.0

Smart duplicate file finder with interactive TUI
Documentation
1
2
3
4
5
6
7
8
9
10
mod integration {
    mod cache_corruption_tests;
    mod cache_tests;
    mod link_tests;
    mod path_edge_cases;
    mod reference_tests;
    mod scan_tests;
    mod session_corruption_tests;
    mod session_tests;
}