Crates.io | ctr_cart |
lib.rs | ctr_cart |
version | 0.1.0 |
source | src |
created_at | 2024-09-13 22:50:33.532107 |
updated_at | 2024-09-13 22:50:33.532107 |
description | 3DS file header library and utilities. |
homepage | |
repository | https://gitlab.com/gemarcano/libnds_header-rs |
max_upload_size | |
id | 1374210 |
size | 186,111 |
ctr_cart
is a module for reading Nintendo 3DS (CTR) ROM metadata stored in
the ROM itself. It also inclueds an example application that reads the
metadata and prints it to standard output as a JSON string.
The module includes an application which parses GBA 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. metadata.
This module is released under the following licenses:
Refer to the LICENSE
file for more information.