file-organizer 0.4.0

A powerful, cross-platform file organization tool
Documentation
1
2
3
4
5
6
7
mod dialogs;
mod output;
pub(crate) mod progress;

pub use dialogs::get_output_location;
pub use output::{cleanup, get_output_choice};
pub use progress::{ProgressUI, ProgressUpdate};