| Crates.io | rgbds-obj |
| lib.rs | rgbds-obj |
| version | 0.4.0 |
| created_at | 2021-05-09 14:53:39.814457+00 |
| updated_at | 2025-05-04 14:32:28.857306+00 |
| description | A library for working with RGBDS object files. |
| homepage | |
| repository | https://github.com/gbdev/rgbobj |
| max_upload_size | |
| id | 395257 |
| size | 54,373 |
A Rust crate for working with RGBDS object files.
Documentation ~ Check it out on crates.io
This crate is only meant to aid in parsing already serialized files, not build them.
Note that compatibility is important: the current goal is to support as many object file format revisions as possible.
rgbobj is a program using this crate to parse such files.
MIT