Expand description
A library to handle Quake 3 virtual machines.
Re-exports§
pub use bytecode::Instruction;
Modules§
- bytecode
- Types for the compiled format of a QVM.
- errors
Error
andResult
types of this crate.- opcodes
- Operation codes for QVM instructions. TODO: Does this have to be in its own mod?
- parser
- Parsers for the different QVM and related formats.
Structs§
- QVM
- A Quake 3 virtual machine image.
Enums§
- Segment
- The different segments/sections in a QVM file.