mirror of
https://github.com/Lokathor/bytemuck.git
synced 2024-11-21 14:22:26 +00:00
A crate for mucking around with piles of bytes
cd8dbd64e9
* Attach min_const_generics to a crate feature * Remove `min_const_generics` detection logic |
||
---|---|---|
.github/workflows | ||
derive | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
changelog.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
LICENSE-ZLIB | ||
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.y.z until at least the next edition of Rust.
I consider any increase of the Minimum Rust Version to be a semver breaking change,
so rustc-1.34
will continue to be supported for at least the rest of the
bytemuck-1.y.z
series of the crate.
(The secret goal is to get all of this functionality into the standard library some day so that we don't even need to import a crate to do all this fun stuff.)