Skip to content

v0.8.0: Who would unit?

Compare
Choose a tag to compare
@nabijaczleweli nabijaczleweli released this 24 Jan 21:44
· 180 commits to master since this release
v0.8.0
46dbbf7
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)