Files
mlua-rs-mlua/mlua-sys
Alex Orlenko 3be4745190 Add initial Luau integer64 type support
RFC: https://rfcs.luau.org/type-long-integer.html
Unfortunately this type is not backward compatible with regular numbers
and require a special "integer" library.
It's not integrated with `Value` enum to keep it simple.
2026-04-18 13:14:05 +01:00
..
2026-01-13 00:05:01 +00:00
2026-01-13 00:05:01 +00:00

mlua-sys

Low level (FFI) bindings to Lua 5.5/5.4/5.3/5.2/5.1 (including LuaJIT) and Luau.

Intended to be consumed by the mlua crate.