pico8_decompress 0.1.0

Decompresses Pico-8 text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Pico-8 Decompress

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.

## Example

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")
```

## License

This project is licensed under the MIT license.