This repository was archived by the owner on Sep 12, 2025. It is now read-only.
rlua 0.19.0 released! #242
jugglerchris
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[0.19.0]
hand-maintained declarations. (Thanks @pollend!) The "builtin-lua51" feature
is now available.
there is no integer type).
Function::dump()which produces the compiled version of a function (likethe
string.dumpLua function orlua_dump()C API).Chunk::into_function_allow_binary(). This allows loading a compiledbinary generated from
Function::dump().Initflagsto control some settings done whenLuais initialised. Theycan be specified with the new unsafe
Lua::unsafe_new_with_flags()constructor.The flags available (all set by default with the other constructors):
loading compiled/bytecode modules.
package.loadliband the module finding functions which allow loadingcompiled C libraries.
String<'lua>now implementsEqandHash(can be useful for local collectionswithin a context callback).
Beta Was this translation helpful? Give feedback.
All reactions