exifsd 0.1.0

Provides JPEG file metadata manipulation, parsing, writing, and injection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod jpeg;
mod jpeg_data;
mod marked_data;
mod marker;
mod scan_segment;
pub use jpeg::*;
pub use jpeg_data::*;
pub use marked_data::*;
pub use marker::*;
pub use scan_segment::*;

pub use combine;