| Crates.io | flashy64 |
| lib.rs | flashy64 |
| version | 0.2.0 |
| created_at | 2023-02-27 08:20:39.767002+00 |
| updated_at | 2023-02-27 08:20:39.767002+00 |
| description | CLI tool for interfacing with N64 flashcarts. |
| homepage | |
| repository | https://github.com/bigbass1997/flashy64 |
| max_upload_size | |
| id | 795783 |
| size | 26,148 |
flashy64 is a tool for interfacing with different N64 flashcarts. All flashcart-specific code can be found in the flashy64-backend crate.
The UNFLoader protocol is supported. However, only receiving text data from the cartridge is available at this time.
For users, install flashy64 as a runnable program using cargo install flashy64 (you will need rustup installed)
If you wish to install from source:
git clone https://github.com/bigbass1997/flashy64
cd flashy64
cargo install --path .
Once installed, run flashy64 --help for more details.
If you're a programmer who needs API access, include the flashy64-backend crate in your Cargo.toml dependencies.