Initial project setup

Scaffold xex2tractor Rust project with cargo, add MIT license, README,
and XEX2 file format documentation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
MechaCat02
2026-03-28 18:05:25 +01:00
commit abbd264e4c
7 changed files with 1020 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# xex2tractor
A tool for extracting and inspecting Xbox 360 XEX2 executable files, written in Rust.
## Building
```sh
cargo build --release
```
## License
This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.