file-organizer 0.7.3

A powerful, cross-platform file organization tool
Documentation
1
2
3
4
5
mod processor;
mod scanner;

pub use processor::{copy_files, organize_files};
pub use scanner::get_all_files;