Static rglua::lua::luaL_openlib[][src]

pub static luaL_openlib: Lazy<extern "C" fn(l: LuaState, libname: LuaString, l: *const LuaReg, nup: c_int)>
Expand description

Internally called by luaL_register, opens given list of LuaRegs with number of functions provided explicitly