Update the description of the library.

This commit is contained in:
KAMADA Ken'ichi 2017-03-05 08:18:53 +09:00
parent 566eb47719
commit ae70e71db6
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@
// SUCH DAMAGE. // SUCH DAMAGE.
// //
//! Exif parsing library written in pure Rust. //! This is a pure-Rust library to parse Exif data.
//! This library can parse TIFF and JPEG images and extract Exif
//! attributes.
//! //!
//! # Examples //! # Examples
//! //!