mlua/mlua-sys
Alex Orlenko 7d586f52f2
mlua-sys: v0.2.0
2023-06-07 13:06:51 +01:00
..
build Add new feature flag `luau-jit` to enable experimental Luau codegen backend 2023-05-24 23:13:12 +01:00
src Fix setting Luau version number in `_VERSION` env var 2023-06-07 12:35:45 +01:00
Cargo.toml mlua-sys: v0.2.0 2023-06-07 13:06:51 +01:00
README.md Move ffi module into mlua-sys crate 2023-04-12 23:23:34 +01:00

README.md

mlua-sys

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

Intended to be consumed by the mlua crate.