What's Changed
- Add
KnownLayout::size_for_metadata
by @jswrenn in #2674 - Support
repr(u128)
andrepr(i128)
inderive(IntoBytes)
by @jswrenn in #2676 - [derive]
IntoBytes
padding error says number of bytes by @joshlf in #2699 - [derive] Clarify FromBytes enum support by @joshlf in #2696
- Implement traits for unsafe function values by @joshlf in #2697
derive(IntoBytes)
: supportrepr(C)
structs with explicit trailing slices by @jswrenn in #2679
Full Changelog: v0.8.26...v0.8.27