mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 22:32:23 +00:00
A crate for mucking around with piles of bytes
11e791c88a
Note that the method requires a Pod and not only a Zeroable structure since only the latter guarantees that slices have a consistent layout. We need to compute this layout to manually allocate it. |
||
---|---|---|
scripts | ||
src | ||
tests | ||
.gitignore | ||
.travis.yml | ||
appveyor.yml | ||
bors.toml | ||
Cargo.toml | ||
changelog.md | ||
LICENSE-ZLIB.md | ||
pedantic.bat | ||
README.md | ||
rustfmt.toml |
bytemuck
A crate for mucking around with piles of bytes.
Extensions
There is experimental support for the Zeroable
trait being derived through a
proc-macro. I'm not the author of that crate, please file bugs with that crate
in the other repo.
Stability
The goal is to stay at 1.0 until at least the next edition of Rust.