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