Add README.

This commit is contained in:
KAMADA Ken'ichi 2016-12-20 23:27:26 +09:00
parent 92a3c49bb2
commit 3e05fa1a09
1 changed files with 17 additions and 0 deletions

17
README Normal file
View File

@ -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