Rantanen / intercom

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

Use Paths instead of Idents in codegen #144

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

Putting the work done in #131 into use.

All code gen should now be using paths instead of idents, making it possible to refer to traits/classes/etc. in different modules without having to bother about use statements.