dsc 0.1.3

dsc is a cli tool for finding and removing duplicate files on one or multiple file systems, while respecting your gitignore rules.
1
2
3
4
5
6
7
8
9
10
pub mod candidate_selector;
mod collision_tracker;
mod coordinator;
mod hashing;
mod message_handler;
mod messages;
mod path_walker;
mod worker;

pub use hashing::HashingStrategy;