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
  • Mark an error result return as nil, error rather than raising it
  • 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 Definitions