Skip to content

A Rust crate for working with RGBDS object files

License

Notifications You must be signed in to change notification settings

gbdev/rgbds-obj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgbds-obj

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.

Example usage

rgbobj is a program using this crate to parse such files.

License

MIT