Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support generic containers #520

Open
vhdirk opened this issue Jan 23, 2025 · 1 comment
Open

Support generic containers #520

vhdirk opened this issue Jan 23, 2025 · 1 comment

Comments

@vhdirk
Copy link
Contributor

vhdirk commented Jan 23, 2025

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?

@wcampbell0x2a
Copy link
Collaborator

I think that's need fine, looks like a cool project!

@vhdirk vhdirk mentioned this issue Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants