//! The typed value of an EXIF tag.
/// A decoded EXIF tag value — a higher-level, EXIF-typed view over [`gamut_ifd::Value`].
///
/// EXIF reuses the TIFF field types but assigns each tag a specific expected type and meaning; the
/// reader lifts the raw IFD value into one of these and the formatter renders it human-readably
/// (the exiftool-style presentation layer is added during implementation).