Expand description
Main implementation for type conversion between lua and rust
Structs
Traits
- Trait for types that can be taken from the Lua stack.
- Trait for types that can be pushed onto the stack of a Lua
Functions
- __gc⚠
- Converts a rust closure to lua C function
- Converts a rust closure to lua C function, for module creation purpose