Rantanen / intercom

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

Allow com_class with no CLSID #14

Closed Rantanen closed 6 years ago

Rantanen commented 6 years ago

Similar to #1, we should allow specifying [com_class] with no CLSID. This would result in a full CoClass, etc. but withotu CLSID the class cannot be constructed through the class factory.

The type can still be used as a return type from functions, etc.