Module ezlua::marker

source ·
Expand description

Helpers to simplify the type conversion between rust and lua

Structs

  • Represents an argument passed from lua on the stack
  • Represents an iterator will be converted to a lua table
  • Represents an iterator will be converted to a lua array table
  • Represents a bytes buffer
  • Wrapper to multiple value, which can be passed from lua as variable arguments and return multiple values to lua
  • Mark an error result return as nil, error rather than raising it
  • Represents an userdata whose ownedship was taken
  • Represents results which are already pushed to the stack
  • Represents a value in the C registry
  • Represents an iterator
  • Represents a strict typed value, such as an integer value

Type Aliases