Crate ra2_types

Source
Expand description

RA2 MIX file format library

This library provides functionality for reading and writing Red Alert 2 MIX files. It supports both encrypted and unencrypted MIX files, and can extract files from MIX archives.

Re-exports§

pub use apng;

Structs§

Rgba
RGB colors + alpha channel

Enums§

CncGame
Enum representing different games that use XCC format
DynamicImage
A Dynamic Image
Ra2Error
Error type for RA2 MIX file operations

Type Aliases§

Result
Result type for RA2 MIX file operations
RgbaImage
Sendable Rgb + alpha channel image buffer