Rantanen / intercom

Object based cross-language FFI for Rust
MIT License
63 stars 7 forks source link

Handle panics when returning to COM #155

Open Rantanen opened 4 years ago

Rantanen commented 4 years ago

Panics are not FFI safe. We should handle these in some way.