| Crates.io | gameboy-rom |
| lib.rs | gameboy-rom |
| version | 0.4.0 |
| created_at | 2019-06-19 03:03:53.059875+00 |
| updated_at | 2023-07-06 09:04:26.397803+00 |
| description | Gameboy ROM parser |
| homepage | |
| repository | https://github.com/MarkMcCaskey/gameboy-rom-parser |
| max_upload_size | |
| id | 142040 |
| size | 64,630 |
A parser to get data out of GB ROMs and perform basic validation. It provides a streaming opcode parser as well as high-level types for inspecting the Gameboy ROM's header.
cargo run --bin gb2json --features="serde_json" -- /path/to/rom/data
cargo run --bin gbstats -- /path/to/rom/data