exif-rs/src
KAMADA Ken'ichi 8b06acb3dd Do not treat IFD2 and beyond as an error; just ignore them. 2018-06-17 21:34:56 +09:00
..
endian.rs Add endian::writeu16, writeu32, and writeu64. 2017-06-29 23:19:53 +09:00
error.rs Update documentation and doc-tests. 2018-01-13 23:33:45 +09:00
jpeg.rs Replace try!() with ? 2018-04-17 23:21:40 +09:00
lib.rs Update documentation and doc-tests. 2018-01-13 23:33:45 +09:00
reader.rs Replace try!() with ? 2018-04-17 23:21:40 +09:00
tag.rs Replace try!() with ? 2018-04-17 23:21:40 +09:00
tiff.rs Do not treat IFD2 and beyond as an error; just ignore them. 2018-06-17 21:34:56 +09:00
tmacro.rs Test parsing an unknown field. 2017-03-14 21:53:48 +09:00
util.rs Replace try!() with ? 2018-04-17 23:21:40 +09:00
value.rs Use {f32,f64}::{from_bits,to_bits} instead of unsafe transmute. 2018-04-20 22:16:21 +09:00
writer.rs Use {f32,f64}::{from_bits,to_bits} instead of unsafe transmute. 2018-04-20 22:16:21 +09:00