Commit Graph

8 Commits

Author SHA1 Message Date
23699a518d Overhauled U8 archive handling 2026-02-26 00:00:58 -05:00
836d5e912a Made a bunch of fields that should be private private 2026-02-22 22:21:37 -05:00
66476e2c98 Added basic support for displaying info about U8 archives to rustii CLI 2025-04-17 20:33:44 -04:00
ea2e31756c Added U8 archive packing command to rustii CLI 2025-04-17 20:07:40 -04:00
52e11795d3 Redesigned how U8 archives are represented in memory
This replaces the old 1D array with an actual directory tree that can be used to make packing, unpacking, and editing U8 archives much much easier than the old libWiiPy implementation.
2025-04-17 18:30:23 -04:00
7cef25d8f0 U8 archive unpacking command now functional 2025-04-09 09:18:29 -04:00
be9148fcfa 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.
2025-04-08 20:47:35 -04:00
e147a953a5 Added basic doc strings to all major structs and functions
Some checks failed
Build rustii / build-linux-x86_64 (push) Has been cancelled
Build rustii / build-macos-arm64 (push) Has been cancelled
Build rustii / build-macos-x86_64 (push) Has been cancelled
Build rustii / build-windows-x86_64 (push) Has been cancelled
2025-03-28 14:02:03 -04:00