gcn_disk

Crates.iogcn_disk
lib.rsgcn_disk
version0.1.3
sourcesrc
created_at2024-09-14 00:18:24.396543
updated_at2024-11-06 06:35:49.839874
descriptionGamecube file header library and utilities.
homepage
repositoryhttps://gitlab.com/gemarcano/libgcn_header-rs
max_upload_size
id1374307
size149,341
Gabriel Marcano (gemarcano)

documentation

README

gcn_disk

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.

Example Application Usage

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.

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

cargo fmt