ptr-union 1.2.0

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