Module extras

Module extras 

Source

Structs§

LuaModule
ModuleBuilder
Builder that construct a module based on the Module trait

Traits§

ExtendModule
Extend the contents of a table (module) with the contents of a Module
LuaExtras
Adds quality of life helper methods to the Lua type
Module
Sepecify a lua module (table) with fields and methods
ModuleFields
Add table fields for a module
ModuleMethods
Add table functions and methods for a module
Require
Adds a similar syntax to tables as lua’s require function.
UserDataGetSet
Helper that combines some of the assignments of fields for UserData