Skip to content

rglua v2.1.0

Latest
Compare
Choose a tag to compare
@Vurv78 Vurv78 released this 24 Jan 00:44
· 3 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.