Download Latest Version v0.11.0 source code.tar.gz (260.5 kB)
Email in envelope

Get an email when there's a new version of mlua

Home / v0.11.0
Name Modified Size InfoDownloads / 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 returning Debug directly
  • Added Debug::function method to get function running at a given level
  • Debug::curr_line is deprecated in favour of Debug::current_line that returns Option<usize>
  • Added Lua::set_globals method to replace global environment
  • Table::set_metatable now returns Result<()> (this operation can fail in sandboxed Luau mode)
  • impl ToString replaced with Into<StdString> in UserData registration
  • Value::as_str and Value::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

Source: README.md, updated 2025-07-14