Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@metaworm metaworm released this 31 May 18:23
· 57 commits to master since this release
  • Remove FromLua::from_index, now all use FromLua::from_lua
  • Remove ValRef::check_cast
  • FromLua::from_lua returns Result<Self> instead of Option<Self>
  • ValRef::cast returns Result<> instead of Option<>
  • More soundness
    1. More check_stack for preventing assert(aborting) from lua
    2. Non-table and non-userdata access check