exempi-rs 2.5.0 is out. exempi-rs are the Rust binding for Exempi 2.4.
They have been uploaded to crates.io to be available with cargo.
Here are the changes:
DateTimenow has standard derive Clone and Debug- Fixed ffi struct.
- Now opaque.
xmp_iterator_new()now take a constXmpXmpIterator::next()outputs aPropFlags, not anIterFlagsXmp::set_array_item()was missing.Xmpis nowSend.exempi::init()will run only once.- Add
exempi::force_init(). - A more Rust like API returning
Result<>. - Update URL for crate.