cky / bytemuck

A crate for mucking around with piles of bytes

Home Page:https://docs.rs/bytemuck

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

bytemuck

A crate for mucking around with piles of bytes.

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

About

A crate for mucking around with piles of bytes

https://docs.rs/bytemuck

License:Apache License 2.0


Languages

Language:Rust 100.0%Language:Batchfile 0.0%