rgbds-obj

Crates.iorgbds-obj
lib.rsrgbds-obj
version0.3.0
sourcesrc
created_at2021-05-09 14:53:39.814457
updated_at2024-10-24 23:55:07.957044
descriptionA library for working with RGBDS object files.
homepage
repositoryhttps://github.com/gbdev/rgbobj
max_upload_size
id395257
size53,064
Eldred Habert (ISSOtm)

documentation

README

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

Commit count: 15

cargo fmt