pub fn is_xmp_tag(tag: &str) -> bool
Indicates whether the given tag is from the XMP domain.
assert!(rexiv2::is_xmp_tag("Xmp.dc.Title")); assert!(!rexiv2::is_xmp_tag("Exif.Photo.FocalLength"));