mlua/mlua-sys
Michael Pfaff fa744b44d8
Use git url for luau0-src dependency
2023-07-16 14:49:13 -04:00
..
build Remove `allow(dead_code)` from mlua-sys build scripts 2023-06-20 23:49:48 +01:00
src Turn more comments into doc comments, improve debuggability 2023-07-16 14:39:35 -04:00
Cargo.toml Use git url for luau0-src dependency 2023-07-16 14:49:13 -04: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.