This repository was archived by the owner on Nov 12, 2025. It is now read-only.
rglua v0.7.1
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.