Files
mlua-rs-mlua/mlua-sys/src/lua54
Peter Marheine b16f3895a0 lua54: use changed return type for lua_rawlen
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.
2023-12-06 21:09:25 +11:00
..
2023-07-22 23:54:30 +01:00
2023-07-22 23:54:30 +01:00
2023-04-12 23:23:34 +01:00