Skip to main content

open

Function open 

Source
pub fn open(state: &mut LuaState) -> Result<usize, LuaError>
Expand description

Open the base library: register all base functions into the global table, then set _G (a self-reference) and _VERSION.