Rantanen / intercom

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

Support type paths in #[com_library] #90

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

Currently the com_library macro expects idents I believe. This prevents referring types in other modules.

See #89 for an ugly workaround.