Expand description
§all_is_bytes
Because everything is just a bunch of bytes… right?
§See also
This crate is not very practical to use, as it is for casting any type to a byte slice, regardless of whether or not it contains padding or has interior mutability. bytemuck has mechanisms to safely perform such casts, so consider using it instead.