Pyxel
Pyxel is a library for loading PyxelEdit documents in Rust. Current only the latest (v0.4.8) version of PyxelEdit is officially supported.
Usage
Add this to your Cargo.toml:
[]
= "0.1.0"
Then open a .pyxel file like this:
let doc = open?;
See the docs for more information.