mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
10 lines
267 B
Markdown
10 lines
267 B
Markdown
# 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.
|
|
|
|
[LuaJIT]: https://github.com/LuaJIT/LuaJIT
|
|
[Luau]: https://github.com/luau-lang/luau
|
|
[mlua]: https://crates.io/crates/mlua
|