file-organizer 0.4.0

A powerful, cross-platform file organization tool
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod cli;
pub mod error;
pub mod handlers;
pub mod models;
pub mod organizer;
pub mod save;
pub mod ui;
pub mod utils;

pub use error::OrganizeError;