1 unstable release
0.1.0 | May 1, 2023 |
---|
#64 in #cast
7KB
all_is_bytes
Because everything is just a bunch of bytes... right?
lib.rs
:
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.