Skip to content

rglua v2.1.0

Latest

Choose a tag to compare

@thevurv thevurv released this 24 Jan 00:44
· 5 commits to master since this release
  • Removed Option<> from all FFI functions for convenience and because they were unsafe..
  • Errors from returning Result<T, E> in #[lua_function]s now throws a luaL_error instead of panicking and terminating the program.