Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-29 | 529 Bytes | |
v0.11.3 source code.tar.gz | 2025-08-29 | 265.1 kB | |
v0.11.3 source code.zip | 2025-08-29 | 356.1 kB | |
Totals: 3 Items | 621.8 kB | 8 |
What's Changed
- Added
Lua::yield_with
to use ascoroutine.yield
functional replacement in async functions for any Lua (see doc examples) - Do not try to yield at non-yielable points in Luau interrupt (#632)
- Added
Buffer::cursor
method (Luau) - Added
Lua::create_buffer_with_capacity
method (Luau) - Make Lua reference values cheap to clone in Rust (only increments ref count)
- Fix panic on large (>67M entries) table creation
Full Changelog: https://github.com/mlua-rs/mlua/compare/v0.11.2...v0.11.3