v0.8.0: Who would unit?
Fixed: * Long-standing bug causing bad treatment of #[repr(C)] structs due to the use of align_of() instead of size_of() (82cc6b4fcc5b0294332ca02e826f54bb618a7fed) New: * Functions for transmuting (optionally safely) (optionally many) instances of structs into their byte reprs (314f52072aa2a722437ced534603525f1d00f007) (#17) (#18)