mindeng / nom-exif

Exif/metadata parsing library written in pure Rust, both image (jpeg/heif/heic/jpg/tiff/raf etc.) and video/audio (mov/mp4/3gp/webm/mkv/mka, etc.) files are supported.
https://crates.io/crates/nom-exif
MIT License
47 stars 7 forks source link

fix 32-bit builds (for shiny new 2.0 version) #14

Closed onkoe closed 1 month ago

onkoe commented 1 month ago

here's the actual build fix! i'll work on adding some of the minor fixes from #10 a bit later.

see description on #10 for more information ;D

mindeng commented 4 weeks ago

Since I'm releasing v2.1.0, I've put in some of the changes from #10 (adding keywords and categories) and made some adjustments, hope you don't mind :)

mindeng commented 4 weeks ago

Hi @onkoe

v2.1.0 has been released, including 32-bit support! Thank you for your contribution!

onkoe commented 4 weeks ago

That's great to hear! Thanks for your hard work on this release 😄✨