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.