1//! # simple-image-interface 2//! 3//! - See [github](https://github.com/scepter914/simple_image_interface) 4//! 5 6pub mod interface; 7pub mod simple_image_interface;