| Crates.io | exif-sys |
| lib.rs | exif-sys |
| version | 0.1.0 |
| created_at | 2016-09-06 01:10:17.068854+00 |
| updated_at | 2016-09-06 01:10:17.068854+00 |
| description | FFI bindings to libexif |
| homepage | https://gitlab.com/dcuddeback/exif-sys |
| repository | https://gitlab.com/dcuddeback/exif-sys |
| max_upload_size | |
| id | 6257 |
| size | 23,028 |
The exif-sys crate provides declarations and linkage for the libexif C library. Following the
*-sys package conventions, the exif-sys crate does not define higher-level abstractions over the
native libexif library functions.
In order to use the exif-sys crate, you must have the libexif library installed where it can be
found by pkg-config.
Add exif-sys as a dependency in Cargo.toml:
[dependencies]
exif-sys = "0.1"
Import the exif_sys crate and use the functions as they're defined in the native libexif
library. See the libexif API documention for more usage
information.
Since exif-sys is no more than a wrapper around the native libexif library, the best source for
help is the information already available for libexif:
Copyright © 2016 David Cuddeback
Distributed under the MIT License.
Note: By using this crate, your executable will link to the libexif C library, which is licensed
under the LGPL version 2.1.