Rantanen / intercom

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

Define the ComRC/etc. APIs #130

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

Made sure the conversions between various types behave in a sane way. Also turned the old ComStruct into a ComBox to better mirror the stdlib terminology.

Got rid of some of the unsafe methods that were still present.

There might be still lots of internal methods visible, which we should get rid of - but at least the type conversions feel somewhat intuitive now.

Closes #106