Function oxi_luajit::init
source · pub unsafe fn init(lstate: *mut lua_State)Expand description
Initializes the Lua state.
NOTE: this function must be called before calling any other function exposed by this crate or there will be segfaults.
pub unsafe fn init(lstate: *mut lua_State)Initializes the Lua state.
NOTE: this function must be called before calling any other function exposed by this crate or there will be segfaults.