nichy
— Rust type layout & niche optimization visualizer
struct Padded { a: u8, b: u64, c: u8, } type Ref = Option<&'static u64>; enum Expr { Literal(f64), BinOp { op: char, lhs: Box
, rhs: Box
}, Neg(Box
), }
Analyze
/
Analyze type
target
x86_64-linux
aarch64-linux
i686-linux
wasm32
custom…