wii_disk 0.1.2

Gamecube file header library and utilities.
Documentation
# wii\_disk

`wii_disk` is a module for reading Wii ISO or RVZ metadata stored in the image
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 Wii images 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.

## 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.