file-organizer 0.4.0

A powerful, cross-platform file organization tool
Documentation
1
2
3
4
5
6
7
use std::path::PathBuf;

#[derive(Debug)]
pub struct Paths {
    pub input_path: PathBuf,
    pub output_path: PathBuf,
}