Crate nom_mpq

source ·
Expand description

Nom Parsing the MoPaQ file format. Sources:

Re-exports

pub use builder::MPQBuilder;
pub use parser::MPQBlockTableEntry;
pub use parser::MPQFileHeader;
pub use parser::MPQHashTableEntry;
pub use parser::MPQUserData;

Modules

The MPQ Builder. Allows progressively creating the MPQ as the file is read.
Nom Parsing the MPQ file format

Structs

The main MPQ object that contains the parsed entries

Enums

A basic error enum, tho mustly unused.

Constants

The sector is compressed using bzip2
The sector has no compression
The sector is compressed using zlib
The sector is compressed
The sector is encrypted.
The sector exists (as opposed to marked as deleted)
The sector has cyclic redundancy check.
The sector contains a single file/unit.