Expand description
Simple no_std-compatible helper for the Quake 2 PAK format.
Structs§
- PakArchive
- An in-memory representation of a PAK archive
- PakFile
Entry - 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”