sfc_cart

Crates.iosfc_cart
lib.rssfc_cart
version0.1.0
sourcesrc
created_at2024-09-10 05:00:14.592053
updated_at2024-09-10 05:00:14.592053
descriptionSNES/SFC ROM header library and utilities.
homepage
repositoryhttps://gitlab.com/gemarcano/libsfc_cart-rs
max_upload_size
id1370055
size6,531,056
Gabriel Marcano (gemarcano)

documentation

README

sfc_cart

sfc_cart is a crate for reading SNES SFC 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.

Of note, this crate assumes the ROMs do not have an .smc header.

Example Application Usage

The module includes an application which parses SFC files and prints their metadata. The SNES/SFC ROMs must not have a .smc header.

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.

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: 0

cargo fmt