Skip to main content

luaur_vm/macros/
lua_dblibname.rs

1pub const LUA_DBLIBNAME: &str = "debug";
2
3extern "C" {
4    pub fn luaopen_debug(L: *mut crate::records::lua_state::LuaState) -> core::ffi::c_int;
5}