Crate rpak

Source
Expand description

Simple no_std-compatible helper for the Quake 2 PAK format.

Structs§

PakArchive
An in-memory representation of a PAK archive
PakFileEntry
An entry in the PAK file table
PakHeader
The PAK file header

Constants§

PAK_FILE_LENGTH
Length of a PAK file table entry
PAK_HEADER_LENGTH
Length of the PAK file header
PAK_IDENTIFIER
The PAK file type identifier - the 4 ASCII characters “PACK”