luaur-vm 0.1.3

The Luau register virtual machine and standard library (Rust).
Documentation
1
2
3
4
5
pub const LUA_UTF8LIBNAME: &str = "utf8";

extern "C" {
    pub fn luaopen_utf8(L: *mut crate::records::lua_state::LuaState) -> core::ffi::c_int;
}