| Crates.io | sfc_cart |
| lib.rs | sfc_cart |
| version | 0.2.0 |
| created_at | 2024-09-10 05:00:14.592053+00 |
| updated_at | 2025-12-19 20:40:19.330567+00 |
| description | SNES/SFC ROM header library and utilities. |
| homepage | |
| repository | https://gitlab.com/gemarcano/libsfc_cart-rs |
| max_upload_size | |
| id | 1370055 |
| size | 6,530,274 |
sfc_cart is a crate for reading SNES SFC 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.
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.