Rantanen / intercom

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

Refactor interface attribute #79

Closed Rantanen closed 5 years ago

Rantanen commented 5 years ago

Split intercom_interface attribute implementation into smaller functions.

Would have done more, but I'll want to refactor the Deref implementation first to get rid of #[feature(fundamental)]. The plan is at #78.