mlua-codemp-patch 0.10.0-beta.2

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
1
2
3
4
5
error[E0599]: no method named `scope` found for struct `Lua` in the current scope
 --> tests/compile/scope_callback_outer.rs:6:9
  |
6 |     lua.scope(|scope| {
  |     ----^^^^^ method not found in `Lua`