rosy
rosy copied to clipboard
Unexpectedly Thrown Exceptions
It's unsafe for a Ruby exception to be thrown within the context of Rust. Not handling a Ruby exception results in a segmentation fault at best. Any functions that throw exceptions and are not marked as unsafe should be annotated as such.