Releases: mlua-rs/mlua
Releases · mlua-rs/mlua
v0.9.6
Changes:
- Added
to_pointerfunction toFunction/Table/Thread - Implemented
IntoLuafor&Value - Implemented
FromLuaforRegistryKey - 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
IntoLuafor refs toString/Table/Function/AnyUserData/Thread+RegistryKey - Implemented
IntoLuaandFromLuaforOwnedThread/OwnedString(unstablefeature) - Fixed
FromLuaderive proc macro to cover more cases