| Crates.io | gcn_disk |
| lib.rs | gcn_disk |
| version | 0.3.0 |
| created_at | 2024-09-14 00:18:24.396543+00 |
| updated_at | 2026-01-02 06:58:56.490504+00 |
| description | Gamecube file header library and utilities. |
| homepage | |
| repository | https://gitlab.com/gemarcano/libgcn_header-rs |
| max_upload_size | |
| id | 1374307 |
| size | 150,380 |
gcn_disk is a module for reading GCN ISO metadata stored in the ISO itself.
It 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 GCN ISOs 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.