Releases: mlua-rs/mlua
Releases · mlua-rs/mlua
v0.9.6
Changes:
- Added
to_pointer
function toFunction
/Table
/Thread
- Implemented
IntoLua
for&Value
- Implemented
FromLua
forRegistryKey
- Faster (~5%) table array traversal during serialization
- Some performance improvements for bool/int types
Full Changelog: v0.9.5...v0.9.6
v0.9.5
Changes:
- Minimal Luau updated to 0.609
- Luau max stack size increased to 1M (from 100K)
- Implemented
IntoLua
for refs toString
/Table
/Function
/AnyUserData
/Thread
+RegistryKey
- Implemented
IntoLua
andFromLua
forOwnedThread
/OwnedString
(unstable
feature) - Fixed
FromLua
derive proc macro to cover more cases