From ae70e71db6bbb664665574989c923301104f6973 Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Sun, 5 Mar 2017 08:18:53 +0900 Subject: [PATCH] Update the description of the library. --- src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 511e257..360b0c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -24,7 +24,9 @@ // 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 //!