We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should:
ffi::lua_State
Lua
Both should be unsafe in the Rust sense.
unsafe
As part of this we also need to:
lua_getextraspace()
See #137 for some discussion.
The text was updated successfully, but these errors were encountered:
This feature is supported by mlua, see Lua::create_c_function to get access to raw lua_State. mlua-sys can be used to utilize raw C api in mlua.
Lua::create_c_function
lua_State
mlua-sys
Lua::init_from_ptr can be used to create mlua instance from a raw state.
Lua::init_from_ptr
Sorry, something went wrong.
No branches or pull requests
We should:
ffi::lua_State
pointer from an existingLua
.Lua
from an externally createdffi::lua_State
Both should be
unsafe
in the Rust sense.As part of this we also need to:
lua_getextraspace()
)See #137 for some discussion.
The text was updated successfully, but these errors were encountered: