gexiv2-sys 0.2.0

This library provides Rust FFI declarations for the gexiv2 library, which is a GObject-based wrapper around the Exiv2 library, which provides read and write access to the Exif, XMP, and IPTC metadata in media files. Only FFI declarations are provided here; for a usable Rust library, consider the `rexiv2` crate.
1
2
3
4
5
6
7
8
9
10
11
12
2015-04-03 - v0.2.0
  * Updated to work with Rust 1.0.0-beta.
  * Added Clone trait to Orientation.
  * Added two general gexiv2 management function declarations.
  * Added declarations for per-field GPS info accessors.
  * Added declarations for convenience getter/setters for comment metadata.

2015-03-29 - v0.1.1
  * Switched to the crates.io version of libc (new dependency).

2015-03-02 - v0.1.0
  * Initial version split off from rexiv2.