A crate for mucking around with piles of bytes.
# Cargo.toml
[dependencies]
bytemuck = "1.25.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reinterpret a u32 as a byte array using bytemuck.
Ensure types implement Pod (plain old data) or Zeroable, and avoid casting between types with different sizes
No dependency data recorded yet.