Function module

Source
pub fn module(lua: &Lua) -> LuaResult<LuaTable<'_>>
Expand description

Creates the process standard library module.

ยงErrors

Errors when out of memory.