Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-14 | 892 Bytes | |
v0.11.0 source code.tar.gz | 2025-07-14 | 260.5 kB | |
v0.11.0 source code.zip | 2025-07-14 | 351.5 kB | |
Totals: 3 Items | 612.8 kB | 0 |
What's Changed (since v0.11.0-beta.3)
- Allow linking external Lua libraries in a build script (e.g. pluto) using
external
mlua-sys feature flag Lua::inspect_stack
takes a callback with&Debug
argument, instead of returningDebug
directly- Added
Debug::function
method to get function running at a given level Debug::curr_line
is deprecated in favour ofDebug::current_line
that returnsOption<usize>
- Added
Lua::set_globals
method to replace global environment Table::set_metatable
now returnsResult<()>
(this operation can fail in sandboxed Luau mode)impl ToString
replaced withInto<StdString>
inUserData
registrationValue::as_str
andValue::as_string_lossy
methods are deprecated (as they are non-idiomatic)- Bugfixes and improvements
Full Changelog: https://github.com/mlua-rs/mlua/compare/v0.11.0-beta.3...v0.11.0