Is union syntax stable?

Is union syntax stable?

I was looking for guides on how to deal with C unions in Rust and I couldn't find any mention of it. Is it because it's unstable or because dealing with unions is uncommon in everyday Rust?

Unions are stable as of Rust 1.19: Announcing Rust 1.19 | Rust Blog

1 Like

Glad to hear that!

Now to delete all my hacks around unions :put_litter_in_its_place: