Files
mlua-rs-mlua/mlua-sys
Alex Orlenko 272cfdb89b Change Lua library name constants from &str to *const c_char.
It makes easier to pass them to Lua API functions.
2025-05-04 12:49:08 +01:00
..
2024-11-16 01:52:43 +00:00

mlua-sys

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

Intended to be consumed by the mlua crate.