Registry / utility / rexif
library0.7.5rscratesunverified

A native Rust crate to extract EXIF data from JPEG and TIFF images.

# Cargo.toml [dependencies] rexif = "0.7.5"
INSTALL
IMPORT
SIG · REXIF
R
rexif
utilityrustv0.7.5
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ExifData
use rexif::ExifData;

Read EXIF data from a JPEG file.

use rexif::ExifData; fn main() { let data = std::fs::read("image.jpg").unwrap(); let exif = ExifData::new(&data).unwrap(); println!("{:?}", exif); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
rexif — cargo add rexif · libregistry