Photo Organizer

Need an organizer for your photos on the computer? Run this!

CLI usage

bash photo_organizer --target test-photos

While developing with cargo, forward the flags.

bash cargo run -- --target test-photos

Lib usage

```rust //Take an image path and return the exif date of the image pub fn readexifdatedata(imagepath_str: &str) -> String

//organize photos in a folder. pub fn makephotolibrary(photosdirstr: &str) ```

Features

Organize photos in a folder structure based off of EXIF dates.

Future development