image-organiser 0.3.4

A tool to organise images into folders by date
1
2
3
4
5
#[derive(Clone, Copy)]
pub enum Action {
    Copy,
    Move,
}