| Crates.io | gb_cart |
| lib.rs | gb_cart |
| version | 0.2.0 |
| created_at | 2024-09-11 20:47:06.886211+00 |
| updated_at | 2025-12-20 00:53:32.824212+00 |
| description | GB/CGB file header library and utilities. |
| homepage | |
| repository | https://gitlab.com/gemarcano/libgb_cart-rs |
| max_upload_size | |
| id | 1372252 |
| size | 154,556 |
go_cart is a crate for reading GB/CGB ROM metadata stored in the ROM itself.
It also includes an example application that reads the metadata and prints it
to standard output as a JSON string.
The module includes an application which parses GB/CGB ROMs and prints their metadata.
cargo run [ROMs...]
The example application prints the parsed header metadata as a JSON string, with an array holding a number of objects equal to the number of ROMs successfully parsed. Any errors are reported to standard error.
This module is released under the following licenses:
Refer to the LICENSE file for more information.