| Crates.io | n64romconvert |
| lib.rs | n64romconvert |
| version | 1.0.2 |
| created_at | 2023-06-18 06:53:05.431408+00 |
| updated_at | 2023-06-21 00:56:24.666665+00 |
| description | Small tool to help you convert between Nintendo 64 ROM formats, on the CLI. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 893299 |
| size | 23,907 |
It's a tool containing 2 binaries to help you check and convert between Nintendo 64 ROM formats, including Byte-Swapped Big Endian (v64), Little endian (n64), and Big Endian (z64), on the CLI.
You can issue a cargo install like this: cargo install n64romconvert, or issue make.
n64romconvert comes with 2 sub-tools, n64romconvert itself, and another binary called n64romtype, that uses this crate's determine_format function to determine the format of a given ROM.
n64romconvert:
Small tool to help you convert between Nintendo 64 ROM formats, on the CLI.
Usage: n64romconvert [OPTIONS] <ROM>
Arguments:
<ROM>
Options:
-T, --output-type <OUTPUT_TYPE> specify the output ROM type. selects z64 by default.
-o, --outfile <OUTFILE> specify the output file.
-h, --help Print help
-V, --version Print version
n64romtype:
Small tool to help you convert between Nintendo 64 ROM formats, on the CLI.
Usage: n64romtype <FILE_PATH>
Arguments:
<FILE_PATH>
Options:
-h, --help Print help
-V, --version Print version