Rust unions are plain old unions that are mainly used for C interop. This is why using them requires unsafe code.
Rust unions are plain old unions that are mainly used for C interop. This is why using them requires unsafe code.