Crate all_is_bytes

Source
Expand description

§all_is_bytes

crates.io Dependency Status License MSRV

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.

Functions§

cast
Reinterprets as a byte slice.
cast_mut
Reinterprets as a mutable byte slice.