From 3e05fa1a09d1150c2d9a7ea3b04e0d46f20d74ca Mon Sep 17 00:00:00 2001 From: KAMADA Ken'ichi Date: Tue, 20 Dec 2016 23:27:26 +0900 Subject: [PATCH] Add README. --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..414d249 --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +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. + +Dependencies +------------ + + Rust 1.12 or later is required to build. + +Specifications +-------------- + + - Exif Version 2.3 + - TIFF Revision 6.0