feat(tlua): impl better metatable workflow
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 appropriateCargo.toml
files
Edited by Fedor Telnov