pub fn luaopen_io(state: &mut LuaState) -> Result<usize, LuaError>
Open the io library and return 1 (the library table). C: luaopen_io.
io
luaopen_io