| Crates.io | n64_cart |
| lib.rs | n64_cart |
| version | 0.2.0 |
| created_at | 2024-09-12 01:10:11.427246+00 |
| updated_at | 2025-12-20 01:21:10.184621+00 |
| description | N64 file header library and utilities. |
| homepage | |
| repository | https://gitlab.com/gemarcano/libn64_cart-rs |
| max_upload_size | |
| id | 1372392 |
| size | 125,472 |
n64_cart is a module for reading N64 ROM metadata. Only ROMs in proper big
endian format are recognized. Additionally, currently the library only works
with ROMs that use ASCII instead of JIS X 0201 for encoding text in the header.
This also includes an example application that reads the metadata and prints it to standard output as a JSON string.
The module includes an application which parses N64 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.