Rantanen / intercom

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

Remove useless accessors from model #128

Closed Rantanen closed 4 years ago

Rantanen commented 4 years ago

This has been annoying me for a while now. I based the original implementation on all the C++ nagging how "raw fields are bad", but since things are immutable-by-default in Rust, I don't think the usual arguments apply here.