pub fn is_exif_tag(tag: &str) -> bool
Expand description

Indicates whether the given tag is from the Exif domain.

Examples

assert!(rexiv2::is_exif_tag("Exif.Photo.FocalLength"));
assert!(!rexiv2::is_exif_tag("Iptc.Application2.Subject"));