exif-rs/src
KAMADA Ken'ichi 2ffa449d9d Support displaying a value with its unit.
- Field::display_value and DisplayValue::with_unit were introduced.
- The string "centimeter" was changed to "cm" for consistency
  with "m", "mm", and "km".
- F-number was changed to be prefixed by "f/" only when with_unit() is
  called, though it is actually not a unit.
2019-04-07 21:11:14 +09:00
..
endian.rs The generate_write macro no longer needs type_size argument. 2019-03-26 23:05:08 +09:00
error.rs Update documentation and doc-tests. 2018-01-13 23:33:45 +09:00
jpeg.rs Migrate to Rust 2018. 2019-04-01 21:11:54 +09:00
lib.rs Support displaying a value with its unit. 2019-04-07 21:11:14 +09:00
reader.rs Support displaying a value with its unit. 2019-04-07 21:11:14 +09:00
tag.rs Support displaying a value with its unit. 2019-04-07 21:11:14 +09:00
tiff.rs Support displaying a value with its unit. 2019-04-07 21:11:14 +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 Support displaying a value with its unit. 2019-04-07 21:11:14 +09:00
writer.rs Migrate to Rust 2018. 2019-04-01 21:11:54 +09:00