exif_oxide/generated/XMP_pm/
mod.rs

1//! Generated lookup tables from XMP.pm
2//!
3//! Auto-generated from third-party/exiftool/lib/Image/ExifTool/XMP.pm
4//! DO NOT EDIT MANUALLY - changes will be overwritten by codegen
5
6pub mod charname;
7pub mod charnum;
8pub mod nsuri;
9pub mod stdxlatns;
10pub mod xmpns;
11
12// Re-export all lookup functions and constants
13pub use charname::*;
14pub use charnum::*;
15pub use nsuri::*;
16pub use stdxlatns::*;
17pub use xmpns::*;