byte_muck

Crates.iobyte_muck
lib.rsbyte_muck
version1.0.0
sourcesrc
created_at2021-06-10 22:05:23.504177
updated_at2021-06-10 22:05:23.504177
descriptionYou meant to type `bytemuck` instead (no underscore).
homepage
repositoryhttps://github.com/Lokathor/bytemuck
max_upload_size
id408763
size25,819
Lokathor (Lokathor)

documentation

README

License:Zlib Minimum Rust Version crates.io docs.rs

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.)

Commit count: 402

cargo fmt