Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-01 | 618 Bytes | |
v0.10.2 source code.tar.gz | 2024-12-01 | 239.0 kB | |
v0.10.2 source code.zip | 2024-12-01 | 318.3 kB | |
Totals: 3 Items | 558.0 kB | 1 |
What's Changed
- Switch proc-macro-error to proc-macro-error2 by @evie-calico in https://github.com/mlua-rs/mlua/pull/493
- Do not allow Lua to run GC finalizers on ref thread (#491)
- Fix chunks loading in Luau when memory limit is enforced (#488)
- Added
String::wrap
method to wrap arbitraryAsRef<[u8]>
intoimpl IntoLua
- Better FreeBSD/OpenBSD support (thanks to cos)
- Delay "any" userdata metatable creation until first instance is created (#482)
- Reduce amount of generated code for
UserData
(less generics)
Full Changelog: https://github.com/mlua-rs/mlua/compare/v0.10.1...v0.10.2