Massive refactors for how titles are handled in rustwii are underway!

This removes the duplicate instance of the content records stored in the ContentRegion struct, and actually entirely removes that struct because it was mostly useless. Content is now stored in and managed by the Title struct, which removes the middle man and makes managing content a lot easier. More to come soon!

https://github.com/NinjaCheetah/rustwii/commit/326bb56ecedb44b746a1dd21253de4a610de28c2

#programming #rust #Wii

Refactored entire way that title content is handled · NinjaCheetah/rustwii@326bb56

The ContentRegion has been entirely dissolved. Its fields were not particularly useful, as the content records were just a duplicate from the TMD, the file data itself, and then two integers that w...

GitHub

I have more plenty more improvements where that came from on the way!

I want the rustwii API to make a lot more sense than the libWiiPy API, because that’s not exactly the most friendly thing to work with. I have contact with people that know how to make good libraries now which should hopefully aid me in making something people will like using :D