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:
DateTime
now has standard derive Clone and Debug- Fixed ffi struct.
- Now opaque.
xmp_iterator_new()
now take a constXmp
XmpIterator::next()
outputs aPropFlags
, not anIterFlags
Xmp::set_array_item()
was missing.Xmp
is nowSend
.exempi::init()
will run only once.- Add
exempi::force_init()
. - A more Rust like API returning
Result<>
. - Update URL for crate.