Expand description
Minimal safe wrapper over libexiv2.
A thin C++ shim (see shim.{h,cc}) bound through the cxx crate. Only the
read-only operations rahmen actually uses are exposed: loading an image and
reading a single tag as an interpreted string. The unavoidable FFI unsafe
is confined to this crate so the rahmen crate can keep forbid(unsafe_code).
Structsยง
- Exiv2
Error - Error originating from the exiv2 wrapper.
- Metadata
- Image metadata loaded from a file.