1 2 3 4 5 6 7 8 9 10 11
#![cfg_attr(feature = "nightly", feature(portable_simd))] // image_formats // by Desmond Germans, 2019 mod image; pub use image::*; pub mod bmp; pub mod png; pub mod jpeg;