Files
mlua-rs-mlua/mlua-sys
Alex Orlenko 560a30ca02 Support new Luau require system
This commit introduces the `Require` trait that be used to change `require` behaviour.
By default mlua implements behaviour same as `ReplRequirer` in the original Luau.
Unfortunately binary Luau modules are no longer supported by the new system.
2025-04-25 14:19:41 +01:00
..
2025-04-25 14:19:41 +01:00
2025-04-25 14:19:41 +01:00
2025-04-25 14:19:41 +01: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.