RA2 MIX Library
A Rust library for reading and writing Red Alert 2 MIX archive files. Supports both encrypted and unencrypted MIX formats.
Features
- Read and parse MIX files
- Extract files from MIX archives
- Support for encrypted MIX files
- Checksum calculation for filenames
- File operations (read/write)
Installation
Add this to your Cargo.toml:
[]
= "0.0.0"
Basic Usage
use XccPackage;
use Path;
API Documentation
See the full API documentation for detailed usage.
Examples
Check the examples/ directory for complete usage examples:
basic.rs- Basic MIX file operationsencrypted.rs- Working with encrypted MIX filesextract.rs- Extracting files from MIX archives
License
MPL-2.0