file-organizer 0.7.3

A powerful, cross-platform file organization tool
Documentation
1
2
3
4
5
use file_organizer::handlers::run_app;

fn main() {
    run_app();
}