From 247f120da47c965ea5cd5b3355c10aeee4ae746e Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Mon, 17 Mar 2025 20:10:05 -0400 Subject: [PATCH] Basic TMD/Ticket structs, Title Key encryption handling --- README.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ca52c0..c348f23 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,15 @@ -# rustii-lib -A port of libWiiPy to Rust +# rustii +*Like rusty but it's rustii because the Wii? Get it?* + +A very WIP and experimental port of [libWiiPy](https://github.com/NinjaCheetah/libWiiPy) to Rust. + +### What's Included +- Structs for TMDs and Tickets that can be created from binary data +- Simple Title Key encryption/decryption +- A very basic test binary that makes sure these things work as expected + +### What's Not Included +- Basically anything else. This library doesn't do a whole lot yet, and the included `rustii` binary isn't even remotely similar to WiiPy yet. Eventually it aims to be a more optimized replacement for it. + + +Please note that my Rust code isn't great, I'm still very new to it.