#byte #cast #raw #no-alloc

no-std all-is-bytes

Because everything is just a bunch of bytes... right?

1 unstable release

0.1.0 May 1, 2023

#62 in #cast

Unlicense

7KB

all_is_bytes

crates.io docs.rs Dependency Status Pipeline Status License MSRV

Because everything is just a bunch of bytes... right?


lib.rs:

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.

No runtime deps