Need an organizer for your photos on the computer? Run this!
bash
photo_organizer --target test-photos
While developing with cargo, forward the flags.
bash
cargo run -- --target test-photos
```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) ```
Organize photos in a folder structure based off of EXIF dates.
photos
directory in the directory where the binary was ran. The outputed folders will be the respective dates EXIF data pulled from the photo.