1 2 3 4 5 6 7 8
//! Integration tests for xmpkit //! //! These tests verify the library works correctly with real files and //! are compatible with the original xmp-toolkit-rs tests. mod fixtures; mod xmp_file; mod xmp_meta;