nds_cart

Crates.ionds_cart
lib.rsnds_cart
version0.2.0
created_at2024-09-11 20:40:21.264931+00
updated_at2025-12-20 01:23:06.82393+00
descriptionNDS file header library and utilities.
homepage
repositoryhttps://gitlab.com/gemarcano/libnds_header-rs
max_upload_size
id1372248
size148,153
Gabriel Marcano (gemarcano)

documentation

README

nds_cart

nds_cart is a module for reading NDS 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.

Example Application Usage

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.

License

This module is released under the following licenses:

  • GPL v2 or later
  • LGPL v2.1 or later
  • MPL 2.0

Refer to the LICENSE file for more information.

Commit count: 16

cargo fmt