Crate light_zero_copy

Crate light_zero_copy 

Source

Modules§

cyclic_vec
errors
slice
slice_mut
vec

Traits§

FromBytes
Types for which any bit pattern is valid.
Immutable
Types which are free from interior mutability.
IntoBytes
Types that can be converted to an immutable slice of initialized bytes.
KnownLayout
Indicates that zerocopy can reason about certain aspects of a type’s layout.
ZeroCopyTraits

Functions§

add_padding
u32_to_usize
Safely converts u32 to usize with platform overflow detection.