firefly-types
[ 📄 docs ] [ 🐙 github ] [ 📦 crates.io ]
Rust crate for serializing and parsing the Firefly Zero metadata file format. It is used by firefly-runtime and firefly-launcher and can be useful if you're making your own launcher.
Installation
Usage
use sudo;
use Meta;
let meta_path = "roms/sys/launcher/_meta";
let meta_raw = load_file_buf.unwrap;
let meta = decode.unwrap;
License
MIT License. Feel free to use and modify for any purposes in any apps, commercial or not.