exiftool-rs 0.5.0

Read, write, and edit metadata in 93 file formats — a pure Rust reimplementation of ExifTool 13.53 with 100% tag name parity (194/194 test files)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod exif;
pub mod google_hdrp;
pub mod iptc;
pub mod makernotes;
pub mod nikon_capture;
pub mod nikon_decrypt;
pub mod sony_decrypt;
pub mod xmp;

pub use exif::ExifReader;
pub use iptc::IptcReader;
pub use xmp::XmpReader;