ptr-union 2.1.0

Pointer union types the size of a pointer by storing the tag in the alignment bits.
Documentation
fn main() {
    let cfg = autocfg::new();
    cfg.emit_type_cfg("!", "has_never");
    autocfg::rerun_path("build.rs");
}