Picolo
Image-reading crate for transposing an image into its bareboned data.
Input(Image) -> Output(Pixel: x, y, color[r, g, b, a])
Implementation (Until crates.io documentation starts to work)
// Name of image path. In this case it's in a folder called images next to src
let foo = "images/ig-icon.png";
let bar_str = &foo;
let pixl_struct = load_picture;
// Print all the contents derived from image
for i in pixl_struct