A crate for mucking around with piles of bytes
Go to file
Lokathor dad138dba3
guard against zero sized types with an error
We could update this to just not allocate in the future but I don't believe that the docs give us assurances in that area.
2019-09-20 13:05:09 -06:00
scripts stupid windows 2019-09-19 22:12:32 -06:00
src guard against zero sized types with an error 2019-09-20 13:05:09 -06:00
.gitignore base files 2019-09-19 19:09:31 -06:00
.travis.yml base files 2019-09-19 19:09:31 -06:00
appveyor.yml base files 2019-09-19 19:09:31 -06:00
bors.toml base files 2019-09-19 19:09:31 -06:00
Cargo.toml base files 2019-09-19 19:09:31 -06:00
LICENSE-0BSD.md base files 2019-09-19 19:09:31 -06:00
pedantic.bat base files 2019-09-19 19:09:31 -06:00
README.md base files 2019-09-19 19:09:31 -06:00
rustfmt.toml base files 2019-09-19 19:09:31 -06:00

License:0BSD Minimum Rust Version travis.ci AppVeyor crates.io docs.rs

bytemuck

A crate for mucking around with piles of bytes

CI coverage:

  • Tested on: x86, x86_64, wasm
  • Built on: armv7, aarch64, thumbv7neon