rglua
rglua copied to clipboard
Make panics also exit gracefully, like in #10
Should be pretty easy to do with std::panic::catch_unwind and std::panic::set_hook.
This is sort of related to #10, although instead there it openly .unwrap()s so it is our fault that it kills the program.