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
pub use file_hasher::FileHasher;
pub use hash_instructions::HashInstructions;
pub use hashing_strategy::HashingStrategy;

mod file_hasher;
mod hash_instructions;
mod hashing_strategy;