mlua/mlua-sys
Alex Orlenko 3d7796de55
clippy
2023-05-27 22:08:42 +01:00
..
build Add new feature flag `luau-jit` to enable experimental Luau codegen backend 2023-05-24 23:13:12 +01:00
src clippy 2023-05-27 22:08:42 +01:00
Cargo.toml Add new feature flag `luau-jit` to enable experimental Luau codegen backend 2023-05-24 23:13:12 +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.