- Remove
FromLua::from_index
, now all useFromLua::from_lua
- Remove
ValRef::check_cast
FromLua::from_lua
returnsResult<Self>
instead ofOption<Self>
ValRef::cast
returnsResult<>
instead ofOption<>
- More soundness
- More
check_stack
for preventing assert(aborting) from lua - Non-table and non-userdata access check
- More