1#![doc = include_str!("../README.md")] 2 3pub mod error; 4mod high_level; 5pub mod internal; 6 7pub use high_level::Exif;