exif_oxide/generated/Exif_pm/
mod.rs

1//! Generated lookup tables from Exif.pm
2//!
3//! Auto-generated from third-party/exiftool/lib/Image/ExifTool/Exif.pm
4//! DO NOT EDIT MANUALLY - changes will be overwritten by codegen
5
6pub mod orientation;
7
8// Re-export all lookup functions and constants
9pub use orientation::*;