Available on crate feature
lua52
only.Expand description
Contains definitions from lua.h
.
Structs§
- A raw Lua state associated with a thread.
Constants§
- Minimum Lua stack available to a C function
Functions§
Type Aliases§
- Type for memory-allocation functions
- Type for native C functions that can be passed to Lua
- Type for functions to be called on debug events.
- A Lua integer, usually equivalent to
i64
- A Lua number, usually equivalent to
f64
- A Lua unsigned integer, equivalent to
u32
in Lua 5.2