Skip to content

Conversation

@cheesycod
Copy link

@cheesycod cheesycod commented Dec 10, 2024

This is needed for implementing custom thread resumption and converting between stack and LuaValue's etc.

@khvzak
Copy link
Member

khvzak commented Dec 10, 2024

I don't think it's a good idea to expose any private structs or methods, this is out of mlua goals and scope.
Some of private methods like IntoLua::push_into_stack may be unintentionally available due to language limitations but they are not designed for public use.

Also, in this form RawLua will be useless because all their methods are marked as pub(crate).

@khvzak khvzak closed this Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants