mlua 0.10.1

High level bindings to Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau with async/await features and support of writing native Lua modules in Rust.
Documentation
[lua54]
features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers"

[lua54_non_send]
features = "lua54,vendored,async,serialize,macros,anyhow,userdata-wrappers"

[lua54_with_memory_limit]
features = "lua54,vendored,async,send,serialize,macros,anyhow,userdata-wrappers"
rustflags = "--cfg force_memory_limit"

[lua51]
features = "lua51,vendored,async,send,serialize,macros"

[lua51_with_memory_limit]
features = "lua51,vendored,async,send,serialize,macros"
rustflags = "--cfg force_memory_limit"

[luau]
features = "luau,async,send,serialize,macros"

[luau_with_memory_limit]
features = "luau,async,send,serialize,macros"
rustflags = "--cfg force_memory_limit"