1 2 3 4 5
use flatten_directory::FlattenDirectory; fn main() { FlattenDirectory::new("/tmp/test".into()).execute().unwrap(); }