Available on crate feature
lua54
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
- Type for continuation-function contexts
- Type for continuation functions
- A Lua number, usually equivalent to
f64
- A Lua unsigned integer, usually equivalent to
u64
- Type for warning functions