-
Notifications
You must be signed in to change notification settings - Fork 315
Description
Hello!
I've emailed with @clanmills a bit recently and wanted to reach out to get some feedback on a pure rust rewrite of exiv2 (and exiftool) I've been hacking on in my spare time with claude. I gave a talk on it a bit at SRUG (Seattle Rust User Group) recently.
It's a completely AI-generated experiment right now and the goal was read-only operations but I've got it to some high levels of passing tag matching for exiv2/exiftool. I also relied on macros to reduce boilerplate.
I am going to get exiv2json plugged into my test suite this week.
I'm using the rawsamples.ch and raw.pixls.us datasets for validation
The repo is private right now but I'd happily invite you folks for review.
I plan to license it according to how you all and exiftool see fit since I used the two codebases as reference code.
Currently there's a working wasm demo in CI as well