mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
b16f3895a0
Lua 5.4 changed lua_rawlen to return lua_Unsigned, versus size_t in earlier versions. Change the C API signature to match, and add a wrapper function with the same name that maintains a stable Rust API by casting to usize.