xmpkit 0.1.3

Pure Rust implementation of Adobe XMP Toolkit
Documentation
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;