Skip to content

Need a strategy for interop with C unions #6346

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

Closed
brson opened this issue May 9, 2013 · 3 comments
Closed

Need a strategy for interop with C unions #6346

brson opened this issue May 9, 2013 · 3 comments

Comments

@brson
Copy link
Contributor

brson commented May 9, 2013

Rust does not interoperate with C unions right now. Doing so typically requires a lot of unsafe casting. Consensus seems to be that we need a macro-based solution.

@metajack
Copy link
Contributor

metajack commented May 9, 2013

This is a more general solution to servo/servo#398

cc: @jdm

@jdm
Copy link
Contributor

jdm commented May 9, 2013

See also #5492.

@pnkfelix
Copy link
Member

pnkfelix commented Jul 1, 2013

Closing as duplicate of #5492.

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

4 participants