docs.rs failed to build exif-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
EXIF
The exif crate provides a safe wrapper around the native libexif library.
Dependencies
In order to use the exif crate, you must have the libexif library installed where it can be
found by pkg-config.
Usage
Add exif as a dependency in Cargo.toml:
[]
= "0.0.1"
Import the exif crate.
extern crate exif;
use io;
use Path;
License
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.