This is a QOI decoder made in rust. QOI is the quite OK format known for it's fast encoding and decoding specs.
To decode an qoi image to rust, just run
cargo run -- /path/to/image.qoi
- Making the code run in parallel, by exploiting the
prev_pixel