Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

rglua v0.7.1

Choose a tag to compare

@vurvdev vurvdev released this 10 Dec 08:56
· 20 commits to master since this release

Wanted to make an elegant solution that would somehow make the pointer keep the value allocated, but I don't know enough about the standard library on how to do that. (I could std::mem::forget but that would just be awful)

Added docs for interfaces, lua_shared functions, types, global constants. Includes more example code.