Pico-8 decompress routines for Rust ported from [Dan Sanderson's official C
snippets](https://github.com/dansanderson/lexaloffle) that were written by
Joseph White.
This library also includes the pico8-png command line tool.
``` sh
$ pico8-png hello-cart.p8.png; # OR cargo run hello-cart.p8.png
print("hello world")
```
This project is licensed under the MIT license.