Rantanen / intercom

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

Implement `com_module!(..)` macro #142

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

Currently the only way to expose types is through the com_library!(..) macro. Having com_module!(..) would make many things better:

What does this mean?

Support for com-rs would require similar support there.

Rantanen commented 4 years ago

Implemented in #145