You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the library I'm making, I also want to create bindings to other languages (like python). Mozilla's https://github.com/mozilla/uniffi-rs seems pretty promising. But...
It expects enum variants that aren't primitive types to be wrapped in an Arc. Would it make sense to have a blanket implementation of Reader and Writer for stuff like Arc, Rc and Cell?
The text was updated successfully, but these errors were encountered:
For the library I'm making, I also want to create bindings to other languages (like python). Mozilla's https://github.com/mozilla/uniffi-rs seems pretty promising. But...
It expects enum variants that aren't primitive types to be wrapped in an Arc. Would it make sense to have a blanket implementation of Reader and Writer for stuff like Arc, Rc and Cell?
The text was updated successfully, but these errors were encountered: