https://github.com/gbdev/rgbds-obj
A Rust crate for working with RGBDS object files
https://github.com/gbdev/rgbds-obj
Last synced: about 1 month ago
JSON representation
A Rust crate for working with RGBDS object files
- Host: GitHub
- URL: https://github.com/gbdev/rgbds-obj
- Owner: gbdev
- License: mit
- Created: 2021-05-09T14:53:01.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-14T23:34:33.000Z (about 1 year ago)
- Last Synced: 2025-04-11T05:06:19.259Z (12 months ago)
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rgbds-obj
A Rust crate for working with RGBDS object files.
[Documentation](https://docs.rs/rgbds-obj) ~ [Check it out on crates.io](https://crates.io/crates/rgbds-obj)
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.
## Example usage
[`rgbobj`](https://crates.io/crates/rgbobj) is a program using this crate to parse such files.
## License
MIT