Crates.io | sfc_cart |
lib.rs | sfc_cart |
version | 0.1.0 |
source | src |
created_at | 2024-09-10 05:00:14.592053 |
updated_at | 2024-09-10 05:00:14.592053 |
description | SNES/SFC ROM header library and utilities. |
homepage | |
repository | https://gitlab.com/gemarcano/libsfc_cart-rs |
max_upload_size | |
id | 1370055 |
size | 6,531,056 |
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.
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.
This module is released under the following licenses:
Refer to the LICENSE
file for more information.