Open
Description
- needs-backport
- In error types, treat "original source" type as a witness, use this to infallibly discard alignment errors when
align_of::<Src>() >= align_of::<Dst>()
- In unsized
MaybeUninit
andUnalign
, make sureT: Sized
impliesMaybeUninit<T>: Sized
andUnalign<T>: Sized
- Model all memory operations in
Ptr
#859 - Include unsafe-fields API in zerocopy itself?
- Soundness hole in
Ptr::read_unaligned
#1892 - Complete renames for Add
FromBytes
/IntoBytes
methods which read from/write to anio::Read
/io::Write
#158 - https://github.com/google/zerocopy/issues?q=label%3Aneeds-backport
- Rename
KnownLayout::PointerMetadata
toMetadata
to be forwards-compatible withcore::mem::Pointee
?
Metadata
Metadata
Assignees
Labels
No labels