2 releases
0.1.0-rc2 | Jan 7, 2025 |
---|
#867 in Filesystem
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
~725KB
~18K SLoC