Rantanen / intercom

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

Support Option<ComRc>/etc. #140

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

ComRc/ComItf and such should be non-null pointers. Instead there should be support in wrapping these in Option<..> for parameters/return values.

Things that should be done at least:

.. and check what else needs to be done.