Rantanen / intercom

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

DO NOT MERGE: Implement typeinfo traits for runtime info on Rust types #118

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

I wanted to work on regsrv32 support, which would have needed some sort of runtime model - figured I'd go for ITypeLib support instead, but then I encountered need to pass out types we didn't support yet. All of this lead me to yearning for the new type system.

.. so I ended up bringing this branch up to speed with our master, including the dependency upgrades, etc.