gufo-common 0.2.0

Common features used in gufo crates
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod cicp;
#[cfg(feature = "chrono")]
pub mod datetime;
pub mod error;
pub mod exif;
pub mod field;
pub mod geography;
pub mod image;
pub mod math;
pub mod orientation;
pub mod prelude;
pub mod read;
pub mod utils;
pub mod xmp;