Skip to main content

OS_LIB

Constant OS_LIB 

Source
pub const OS_LIB: &[(&[u8], NativeFn)];
Expand description

C: static const luaL_Reg syslib[]

Mapping from Lua-visible names to the Rust implementations of each os.* function.