bytemuck 1.13.1

A crate for mucking around with piles of bytes.
Documentation
[dependencies.bytemuck_derive]
optional = true
version = "1.4"

[features]
aarch64_simd = []
derive = ["bytemuck_derive"]
extern_crate_alloc = []
extern_crate_std = ["extern_crate_alloc"]
min_const_generics = []
nightly_portable_simd = []
nightly_stdsimd = []
unsound_ptr_pod_impl = []
wasm_simd = []
zeroable_atomics = []
zeroable_maybe_uninit = []

[package]
authors = ["Lokathor <zefria@gmail.com>"]
categories = ["encoding", "no-std"]
description = "A crate for mucking around with piles of bytes."
edition = "2018"
exclude = ["/pedantic.bat"]
keywords = ["transmute", "bytes", "casting"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "bytemuck"
readme = "README.md"
repository = "https://github.com/Lokathor/bytemuck"
version = "1.13.1"
[package.metadata.docs.rs]
features = ["derive", "extern_crate_alloc", "extern_crate_std", "zeroable_maybe_uninit", "zeroable_atomics", "min_const_generics", "wasm_simd"]

[package.metadata.playground]
features = ["derive", "extern_crate_alloc", "extern_crate_std", "zeroable_maybe_uninit", "zeroable_atomics", "min_const_generics", "wasm_simd"]