Zerocopy makes zero-cost memory manipulation effortless by providing safe abstractions over unsafe code.
# Cargo.toml
[dependencies]
zerocopy = "0.8.52"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Derive FromBytes to safely interpret byte slices as a struct.
Add `features = ["derive"]` to the zerocopy dependency in Cargo.toml.
No dependency data recorded yet.