An open API service indexing awesome lists of open source software.

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

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