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
7bc1de06da
Add a fully sound (no unsafe) offset_of macro |
||
---|---|---|
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.