This is a pure-Rust library to parse Exif data. This library can parse TIFF and JPEG images and extract Exif attributes.
Add a dependency entry to your Cargo.toml. Specifying at least two numbers is recommended because, during the major version 0, the minor will be bumped to indicate backwards-incompatible changes.
[dependencies]
kamadak-exif = "0.1.1"
Add the following to your crate root.
extern crate exif;
Rust 1.12 or later is required to build.