- 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.
#[lua_function]
s now throws a luaL_error instead of panicking and terminating the program.