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

Disable surprise prints in library code, but leave them in test code #4

Closed xandkar closed 3 months ago

xandkar commented 3 months ago

Hi, thank you for this library! I'm using it in my CLI tool to organize media files and occasionally get unwanted stdio output, which isn't useful for logging, but conflicts with progress bar output.

mindeng commented 3 months ago

nom-exif v1.2.1 has been published to crates-io.

Thank you for your commit!