Pyxel

Build Status Crates.io Docs License

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:

toml [dependencies] pyxel = "0.1.0"

Then open a .pyxel file like this:

rust let doc = pyxel::open("resources/doc.pyxel")?;

See the docs for more information.

Optional Features

The following features are available:

License

MIT