exif-rs/src
KAMADA Ken'ichi 1bd083cbae Do not reference the raw buffer from Value and Field.
Previously, they borrowed the buffer, so users had some difficulty to
manage the lifetime of the buffer and Value/Field.  For example,
a user structure was unable to contain both the buffer and a Field.
2019-12-14 21:57:35 +09:00
..
endian.rs The generate_write macro no longer needs type_size argument. 2019-03-26 23:05:08 +09:00
error.rs Use std::error::Error::source; cause was deprecated in Rust 1.33. 2019-10-21 23:30:46 +09:00
jpeg.rs Use ..= for inclusive range pattern. 2019-10-21 23:25:32 +09:00
lib.rs Do not reference the raw buffer from Value and Field. 2019-12-14 21:57:35 +09:00
reader.rs Do not reference the raw buffer from Value and Field. 2019-12-14 21:57:35 +09:00
tag.rs Do not reference the raw buffer from Value and Field. 2019-12-14 21:57:35 +09:00
tiff.rs Do not reference the raw buffer from Value and Field. 2019-12-14 21:57:35 +09:00
tmacro.rs Test parsing an unknown field. 2017-03-14 21:53:48 +09:00
util.rs Migrate to Rust 2018. 2019-04-01 21:11:54 +09:00
value.rs Do not reference the raw buffer from Value and Field. 2019-12-14 21:57:35 +09:00
writer.rs Do not reference the raw buffer from Value and Field. 2019-12-14 21:57:35 +09:00