Skip to content

feat(tlua): impl better metatable workflow

Fedor Telnov requested to merge ftelnov/tlua-better-mt into master

Summary

  • feat(tlua): impl better metatable workflow

Now LuaTable::get_or_create_metatable borrows table itself, avoiding its consumption. It provides better workflow with anonymous tables on stack.

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date - [ ] Version is bumped in the appropriate Cargo.toml files
Edited by Fedor Telnov

Merge request reports