Structs§
- function information
- functions written in Lua
- built-in functions written in Rust
Enums§
- Lua’s numeric representation, can be either integer or float.
- lua function object
- for local variables and upvalues.
Type Aliases§
- type alias for lua float type.
- type alias for lua integer type.
- The type of a label in the program. It is actually
usize, we just use this type alias to make the code more readable, and distinguish it from otherusizelike index of instructions.