exif-rs/src
KAMADA Ken'ichi 22395fca25 Handle "unknown" value in BrightnessValue. 2020-02-13 21:06:27 +09:00
..
endian.rs The generate_write macro no longer needs type_size argument. 2019-03-26 23:05:08 +09:00
error.rs Include the container in the Error::NotFound message. 2020-01-26 19:21:18 +09:00
isobmff.rs Include the container in the Error::NotFound message. 2020-01-26 19:21:18 +09:00
jpeg.rs Use Vec::drain to avoid an extra memory allocation. 2020-02-05 23:05:10 +09:00
lib.rs Use ? instead of .unwrap() in doctests. 2020-02-01 20:28:21 +09:00
reader.rs Use ? instead of .unwrap() in doctests. 2020-02-01 20:28:21 +09:00
tag.rs Handle "unknown" value in BrightnessValue. 2020-02-13 21:06:27 +09:00
tiff.rs Use ? instead of .unwrap() in doctests. 2020-02-01 20:28:21 +09:00
tmacro.rs Test parsing an unknown field. 2017-03-14 21:53:48 +09:00
util.rs Support reading the Exif data from the HEIF container. 2020-01-19 20:48:04 +09:00
value.rs More readable Debug::fmt for Value::{Ascii, Undefined}. 2020-02-05 23:05:48 +09:00
writer.rs Use ? instead of .unwrap() in doctests. 2020-02-01 20:28:21 +09:00