2 releases
0.1.0-rc2 | Jan 7, 2025 |
---|
#860 in Filesystem
233 downloads per month
10KB
180 lines
cmpdt
Compare directory trees
use std::path::PathBuf;
use cmpdt::cmp_ftree_sync;
let cmp = PathBuf::from("...");
let against = PathBuf::from("...");
let result = cmp_ftree_sync(against, cmp);
println!("{result:#?}");
Dependencies
~470KB
~11K SLoC