Skip to content

rglua v0.7.1

Compare
Choose a tag to compare
@Vurv78 Vurv78 released this 10 Dec 08:56
· 19 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.