#parameters #taken #duped

duped

A library that helps you find file duplicates

1 unstable release

new 0.1.0 May 2, 2025

#1 in #taken


Used in duped-cli

GPL-3.0-or-later

13KB
277 lines

This library can be used to find duplicated files starting from a particular root directory. To use it, please look over the following docs: [find], [Params], and [Stats].

Examples

use file_duplicates::{find, Params};

let params = Params::new(0, vec!["./".into()], "test.db".into());
let stats = find(&params).unwrap();

Dependencies

~30MB
~505K SLoC