Crate nom_exif

source ·

Structs§

  • Represents Exif information in a JPEG/HEIF file.

Enums§

Functions§

  • Analyze the byte stream in the reader as a HEIF/HEIC file, attempting to extract Exif data it may contain.
  • Analyze the byte stream in the reader as a JPEG file, attempting to extract Exif data it may contain.
  • Analyze the byte stream in the reader as a MOV/MP4 file, attempting to extract any possible metadata it may contain, and return it in the form of key-value pairs.
  • Analyze the byte stream in the reader as a MOV file, attempting to extract any possible metadata it may contain, and return it in the form of key-value pairs.

Type Aliases§