Ported all NUS download functions from libWiiPy and corresponding CLI commands

Also adds the basics of U8 archive packing/unpacking, however they are not in a usable state yet and there are no working CLI commands associated with them.
This commit is contained in:
2025-04-08 20:47:35 -04:00
parent e55edc10fd
commit be9148fcfa
13 changed files with 2126 additions and 33 deletions

View File

@@ -35,3 +35,4 @@ regex = "1"
clap = { version = "4", features = ["derive"] }
anyhow = "1"
thiserror = "2"
reqwest = { version = "0", features = ["blocking"] }