file-organizer 0.7.1

A powerful, cross-platform file organization tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod file;
mod file_type;
mod organized_file;
mod paths;
mod save_state;

pub use file::CustomFile;
pub use file_type::FileType;
pub use organized_file::OrganizedFile;
pub use paths::Paths;
pub use save_state::SaveState;